#include <baciBACIMonitor.h>
Inheritance diagram for baci::MonitorImplementator:
Public Member Functions | |
virtual int | initialization () |
virtual void | monitorDestroyed (void)=0 |
virtual void | monitorStateChanged (void)=0 |
virtual | ~MonitorImplementator () |
|
|
|
Monitor status method After contruction of a monitor, this method will be called to check if construction was successful; if not, monitor will be destroyed by parent
Reimplemented in baci::Monitor<>, and baci::MonitorBasic<>.
|
|
Destructor method This method is called when BACI monitor implementation is beeing destroyed and notifies implementator also to destroy itself. Implemented in baci::MonitorEventDispatcher< T, TCB, POA_CB >, baci::Monitor<>, and baci::MonitorBasic<>.
|
|
Monitor state changed motification method This method is called when state of BACI monitor state is changed Implemented in baci::MonitorEventDispatcher< T, TCB, POA_CB >, baci::Monitor<>, and baci::MonitorBasic<>.
|