#include <baciAlarmSystemMonitorDisc_T.h>
Inheritance diagram for baci::AlarmSystemMonitorDisc< T, TPROP >:
Public Member Functions | |
AlarmSystemMonitorDisc (TPROP *property, EventDispatcher *eventDispatcher) | |
virtual | ~AlarmSystemMonitorDisc () |
virtual void | check (BACIValue &val, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
Private Member Functions | |
void | operator= (const AlarmSystemMonitorDisc &) |
AlarmSystemMonitorDisc (const AlarmSystemMonitorDisc &) |
|
|
|
|
|
ALMA C++ coding standards state copy constructors should be disabled. |
|
Event cheking method This virtual method is called periodically to check property state if event should be raised Implements baci::AlarmSystemMonitor< TPROP >.
|
|
ALMA C++ coding standards state assignment operators should be disabled. |