MIRA
|
#include <fw/Runnable.h>
Public Member Functions | |
DiagnosticRunnable (DiagnosticsModulePtr module=NULL) | |
void | setDiagnosticsModule (DiagnosticsModulePtr module) |
DiagnosticsModulePtr | getDiagnosticsModule () |
Protected Member Functions | |
virtual void | run (DispatcherThread *dispatcher)=0 |
Called from dispatcher thread this runnable is attached to, whenever the runnable should be executed. More... | |
Protected Attributes | |
DiagnosticsModulePtr | mDiagnosticsModule |
|
inline |
|
inline |
|
inline |
|
protectedpure virtualinherited |
Called from dispatcher thread this runnable is attached to, whenever the runnable should be executed.
Implemented in DispatcherThread::Timer, FunctionRunnable< F >, ChannelSubscriber< T, ChannelRead >, ServiceInterfaceHandler, and RPCHandler::InvokerRunnable.
|
protected |