famouso::mw::el::EventChannelHandler< EL > Class Template Reference
The event channel handler is a singleton of the event layer. More...
#include <EventChannelHandler.h>
Static Public Member Functions | |
| static EL & | ech () |
| get the local event channel handler object instance | |
| static void | create () |
| creates the ech object and calls the constructor | |
| static void | init () |
| initialize the middleware core by calling the init function of the event layer | |
Detailed Description
template<class EL>
class famouso::mw::el::EventChannelHandler< EL >
The event channel handler is a singleton of the event layer.
- Template Parameters:
-
EL the event layer is a configurable component see prerequisites.
- Precondition:
- The type of template parameters have to be an configured famouso::mw::el::EventLayer
Member Function Documentation
template<class EL >
| static void famouso::mw::el::EventChannelHandler< EL >::create | ( | ) | [inline, static] |
creates the ech object and calls the constructor
References famouso::mw::el::EventChannelHandler< EL >::ech().
template<class EL >
| static EL& famouso::mw::el::EventChannelHandler< EL >::ech | ( | ) | [inline, static] |
get the local event channel handler object instance
Referenced by famouso::mw::el::EventChannelHandler< EL >::create(), and famouso::mw::el::EventChannelHandler< EL >::init().
template<class EL >
| static void famouso::mw::el::EventChannelHandler< EL >::init | ( | ) | [inline, static] |
initialize the middleware core by calling the init function of the event layer
References famouso::mw::el::EventChannelHandler< EL >::ech().
The documentation for this class was generated from the following file:
- include/mw/el/EventChannelHandler.h