#include <baciAlarm_T.h>
Public Member Functions | |
AlarmEventStrategyCont (TPROP *property, EventDispatcher *eventDispatcher) | |
AlarmEventStrategyCont (Callback_ptr callback_p, const CBDescIn &descIn, const ACS::TimeInterval &interval, TPROP *property, EventDispatcher *eventDispatcher) | |
virtual void | check (BACIValue &value, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
Private Member Functions | |
void | operator= (const AlarmEventStrategyCont &) |
AlarmEventStrategyCont (const AlarmEventStrategyCont &) |
baci::AlarmEventStrategyCont< T, TPROP, TALARM >::AlarmEventStrategyCont | ( | TPROP * | property, | |
EventDispatcher * | eventDispatcher | |||
) | [inline] |
baci::AlarmEventStrategyCont< T, TPROP, TALARM >::AlarmEventStrategyCont | ( | Callback_ptr | callback_p, | |
const CBDescIn & | descIn, | |||
const ACS::TimeInterval & | interval, | |||
TPROP * | property, | |||
EventDispatcher * | eventDispatcher | |||
) | [inline] |
baci::AlarmEventStrategyCont< T, TPROP, TALARM >::AlarmEventStrategyCont | ( | const AlarmEventStrategyCont< T, TPROP, TALARM > & | ) | [private] |
ALMA C++ coding standards state copy constructors should be disabled.
virtual void baci::AlarmEventStrategyCont< T, TPROP, TALARM >::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::EventStrategy.
void baci::AlarmEventStrategyCont< T, TPROP, TALARM >::operator= | ( | const AlarmEventStrategyCont< T, TPROP, TALARM > & | ) | [private] |
ALMA C++ coding standards state assignment operators should be disabled.