TwiceAsNice  2019-02-18
Public Member Functions | List of all members
Basda::MoConCard::MoConCardEvent Struct Reference

This is the implementation of the handler for the incoming events and function errors. More...

Inheritance diagram for Basda::MoConCard::MoConCardEvent:
Inheritance graph
Collaboration diagram for Basda::MoConCard::MoConCardEvent:
Collaboration graph

Public Member Functions

 MoConCardEvent (Nice::JointPtr _config)
 Constructor. More...
 
void eventHandler (const std::string &_event)
 implementation of the event handler More...
 
void functionErrorHandler (const int _errorNo)
 implementation of the function error handler More...
 
 MoConCardEvent (Nice::JointPtr _config)
 Constructor. More...
 
void eventHandler (const std::string &_event)
 implementation of the event handler More...
 
void functionErrorHandler (const int _errorNo)
 implementation of the function error handler More...
 
- Public Member Functions inherited from Basda::HandlerImpl
 HandlerImpl (Nice::JointPtr _config)
 Constructor. More...
 
virtual void functionErrorHandler (const std::string _errorNo)
 The default function error handler logs the incoming function errors and throw a generic function error exception. More...
 
 HandlerImpl (Nice::JointPtr _config)
 Constructor. More...
 
virtual void functionErrorHandler (const std::string _errorNo)
 The default function error handler logs the incoming function errors and throw a generic function error exception. More...
 
- Public Member Functions inherited from Basda::Handler
virtual ~Handler ()
 Construstor. More...
 
virtual ~Handler ()
 Construstor. More...
 

Additional Inherited Members

- Protected Attributes inherited from Basda::HandlerImpl
Nice::JointPtr m_config
 member of the configuration tree More...
 

Detailed Description

This is the implementation of the handler for the incoming events and function errors.

Author
Frank Kittmann
Version
09.06.24
Date
2009.06.24

Constructor & Destructor Documentation

◆ MoConCardEvent() [1/2]

Basda::MoConCard::MoConCardEvent::MoConCardEvent ( Nice::JointPtr  _config)
inline

Constructor.

Parameters
_configthe root of the configuration tree

◆ MoConCardEvent() [2/2]

Basda::MoConCard::MoConCardEvent::MoConCardEvent ( Nice::JointPtr  _config)
inline

Constructor.

Parameters
_configthe root of the configuration tree

Member Function Documentation

◆ eventHandler() [1/2]

void Basda::MoConCard::MoConCardEvent::eventHandler ( const std::string &  _event)
inlinevirtual

implementation of the event handler

Parameters
_eventthe event message

Reimplemented from Basda::HandlerImpl.

◆ eventHandler() [2/2]

void Basda::MoConCard::MoConCardEvent::eventHandler ( const std::string &  _event)
inlinevirtual

implementation of the event handler

Parameters
_eventthe event message

Reimplemented from Basda::HandlerImpl.

◆ functionErrorHandler() [1/2]

void Basda::MoConCard::MoConCardEvent::functionErrorHandler ( const int  _errorNo)
inline

◆ functionErrorHandler() [2/2]

void Basda::MoConCard::MoConCardEvent::functionErrorHandler ( const int  _errorNo)
inline

The documentation for this struct was generated from the following file: