#include <WatchDog.hpp>
Public Member Functions | |
WatchDog (const char *channelName, AnswerStruct *pAnswerStr, bool *commandBusy) | |
virtual int | svc (void) |
void | wakeUp (void) |
void | processTimeOut (ACE_Message_Block *mb) |
void | setCommandHandler (FedCommand *fedCom) |
|
the watchDog constructor initalize all required values.
|
|
svc is the entry point of the threads. |
|
wakeUp notify the sleeping thread that the answer has arrived. |