AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ThreadDispatcher()

drama::ThreadDispatcher::ThreadDispatcher ( drama::Task theTask,
const std::string &  threadName,
const std::string &  messageName 
)
inline

Construct a thread dispatcher.


Parameters
theTaskThe task we are part of.
threadNameA thread name for log messages
messageNameThe name of the message to send. E.g. action name for obey/kick messages. Note that a sub-class overriding SendMessage() could send a message of a different or related name.