|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inlineinherited |
Send a Monitor Forward message to a task and block until it is complete.
This version allows the target task and action, and the list of parameters to be specified as a container of strings.
| ContainerType | For the container itself, any acceptable to a "for" loop with "auto" range should work, but it must also support the value_type item (which gives the type of the value). (So any STL container should work). The value type of the container must be convertible to a std::string (static assertion at compile time) |
| taction | A pointer to the threaded action or threaded uface handler which is executing this operation. |
| task | The name of the task we will forward too. |
| action | The action to invoke in task. |
| pars | The parameters we will monitor. |
| eventProcessor | An object to use to process events. Defaults to a simple event processor that causes the method to return when the monitor completes. |
References drama::sds::Id::CreateArgStruct(), drama::CreateRunDramaTask(), and drama::Path::MonitorForward().