#include <baciAlarmSystemMonitorDisc_T.h>


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 &) | |
implementation of the AlarmSystemMonitor for discret types (patter, ...)
| baci::AlarmSystemMonitorDisc< T, TPROP >::AlarmSystemMonitorDisc | ( | TPROP * | property, | |
| EventDispatcher * | eventDispatcher | |||
| ) |
| virtual baci::AlarmSystemMonitorDisc< T, TPROP >::~AlarmSystemMonitorDisc | ( | ) | [virtual] |
| baci::AlarmSystemMonitorDisc< T, TPROP >::AlarmSystemMonitorDisc | ( | const AlarmSystemMonitorDisc< T, TPROP > & | ) | [private] |
ALMA C++ coding standards state copy constructors should be disabled.
| virtual void baci::AlarmSystemMonitorDisc< T, TPROP >::check | ( | BACIValue & | value, | |
| const ACSErr::Completion & | c, | |||
| const ACS::CBDescOut & | desc | |||
| ) | [virtual] |
Event cheking method This virtual method is called periodically to check property state if event should be raised
Implements baci::AlarmSystemMonitorBase.
Reimplemented in baci::AlarmSystemMonitorPattern.
| void baci::AlarmSystemMonitorDisc< T, TPROP >::operator= | ( | const AlarmSystemMonitorDisc< T, TPROP > & | ) | [private] |
ALMA C++ coding standards state assignment operators should be disabled.
1.7.0