#include <baciAlarm_T.h>
Inheritance diagram for baci::AlarmEventStrategyCont< T, TPROP, TALARM >:
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 &) |
|
|
|
|
|
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::EventStrategy.
|
|
ALMA C++ coding standards state assignment operators should be disabled. |