#include <FedCommand.hpp>
Inheritance diagram for ztt::dcs::FedCommand:
Public Member Functions | |
FedCommand (char *name, char *format, DimCommandHandler *handle) | |
virtual | ~FedCommand () |
virtual bool | handleCommand ()=0 |
virtual bool | setAnswerData (const int &ID)=0 |
|
|
|
Destructor |
|
Called when asked to handle a command
Implemented in ztt::dcs::ConfigureFeeCom, ztt::dcs::ConfigureFero, ztt::dcs::ControlFeeCom, and ztt::dcs::ControlFero. |
|
Set the answer data
Implemented in ztt::dcs::ConfigureFeeCom, ztt::dcs::ConfigureFero, ztt::dcs::ControlFeeCom, and ztt::dcs::ControlFero. |