ifw-ccf 5.0.2
|
Class to be used as parent for CCF Monitor Adapters. More...
#include <monAdptBase.hpp>
Public Member Functions | |
MonAdptBase () | |
virtual | ~MonAdptBase () |
virtual void | Logic () |
Execute the user provided logic. | |
virtual void | UserLogic () |
User provided business logic. | |
![]() | |
Base () | |
~Base () | |
const std::string & | GetClassName () const |
Return the allocated name of the class. | |
Additional Inherited Members | |
![]() | |
static ifw::ccf::mptk::Manager & | Mptk () |
Return reference to internal MPTK instance (singleton). | |
![]() | |
void | SetClassName (const std::string &class_name) |
Set the name of the class in question. | |
Class to be used as parent for CCF Monitor Adapters.
The adapter shall be used as parent class when implementing specific adapters. Methods to be provided by the specific implemented, have a name of the form "<action>User". Note, it may not be necessary to implement all 'user'/virtual methods.
ifw::ccf::common::MonAdptBase::MonAdptBase | ( | ) |
|
virtual |
|
virtual |
Execute the user provided logic.
|
virtual |
User provided business logic.