#include <baciAlarmSystemMonitorCont_T.h>


Public Member Functions | |
| AlarmSystemMonitorCont (TPROP *property, EventDispatcher *eventDispatcher) | |
| virtual | ~AlarmSystemMonitorCont () | 
| virtual void | check (BACIValue &val, const ACSErr::Completion &c, const ACS::CBDescOut &desc) | 
Private Member Functions | |
| void | operator= (const AlarmSystemMonitorCont &) | 
| AlarmSystemMonitorCont (const AlarmSystemMonitorCont &) | |
implementation of the AlarmSystemMonitor for continous types (double, long, ...)
| baci::AlarmSystemMonitorCont< T, TPROP >::AlarmSystemMonitorCont | ( | TPROP * | property, | |
| EventDispatcher * | eventDispatcher | |||
| ) | 
| virtual baci::AlarmSystemMonitorCont< T, TPROP >::~AlarmSystemMonitorCont | ( | ) |  [virtual] | 
        
| baci::AlarmSystemMonitorCont< T, TPROP >::AlarmSystemMonitorCont | ( | const AlarmSystemMonitorCont< T, TPROP > & | ) |  [private] | 
        
ALMA C++ coding standards state copy constructors should be disabled.
| virtual void baci::AlarmSystemMonitorCont< 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.
| void baci::AlarmSystemMonitorCont< T, TPROP >::operator= | ( | const AlarmSystemMonitorCont< T, TPROP > & | ) |  [private] | 
        
ALMA C++ coding standards state assignment operators should be disabled.
 1.7.0