|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inherited |
Run a monitor operation - handler by address.
This method will send a DRAMA "MONITOR START" message to the task, the path to which is supplied. The parameters being monitored would have been specified in constructor.
The thread will block until the monitor completes.
| thePath | The path to the task we wish to monitor. |
| action | A pointer to the threaded action (or uface handler) which is executing this operation. |
| evtProcessor | An object to use to process events. |