#include <ConfigureFero.hpp>
Inheritance diagram for ztt::dcs::ConfigureFero:
Public Member Functions | |
ConfigureFero (char *name, DimCommandHandler *handler) | |
virtual | ~ConfigureFero () |
virtual bool | handleCommand () |
virtual bool | setAnswerData (const int &ID) |
bool | isBusy () |
Static Public Member Functions | |
void * | watchDog (void *objectHandler) |
|
the ConfigureFero constructor initialize all required values.
|
|
the ConfigureFero destructor destroy the mutex and condition variable |
|
the commandHandler method handle the incomming command.
Implements ztt::dcs::FedCommand. |
|
the isBusy method return the actual state of the channel.
|
|
the setAnswerData method collect the corresponding feeserver acknowledges and wake the watch dog when all acks arrived.
Implements ztt::dcs::FedCommand. |
|
the watchDog is needed to detect timeouts of the feeserver
|