TwiceAsNice
2019-02-18
|
This is the implementation of the handler for the incoming events and function errors. More...
Public Member Functions | |
UniModModuleTemperatureHumidityEvent (Nice::JointPtr _config) | |
Constructor. More... | |
void | eventHandler (const std::string &_event) |
implementation of the event handler More... | |
void | functionErrorHandler (const std::string _errorNo) |
implementation of the function error handler More... | |
UniModModuleTemperatureHumidityEvent (Nice::JointPtr _config) | |
Constructor. More... | |
void | eventHandler (const std::string &_event) |
implementation of the event handler More... | |
void | functionErrorHandler (const std::string _errorNo) |
implementation of the function error handler More... | |
![]() | |
HandlerImpl (Nice::JointPtr _config) | |
Constructor. More... | |
HandlerImpl (Nice::JointPtr _config) | |
Constructor. More... | |
![]() | |
virtual | ~Handler () |
Construstor. More... | |
virtual | ~Handler () |
Construstor. More... | |
Additional Inherited Members | |
![]() | |
Nice::JointPtr | m_config |
member of the configuration tree More... | |
This is the implementation of the handler for the incoming events and function errors.
|
inline |
Constructor.
_config | the root of the configuration tree |
|
inline |
Constructor.
_config | the root of the configuration tree |
|
inlinevirtual |
implementation of the event handler
_event | the event message |
Reimplemented from Basda::HandlerImpl.
|
inlinevirtual |
implementation of the event handler
_event | the event message |
Reimplemented from Basda::HandlerImpl.
|
inlinevirtual |
implementation of the function error handler
It logs the function error and throws the corresponding error.
_errorNo | the error number |
Reimplemented from Basda::HandlerImpl.
|
inlinevirtual |
implementation of the function error handler
It logs the function error and throws the corresponding error.
_errorNo | the error number |
Reimplemented from Basda::HandlerImpl.