#include <baciAlarmBoolean.h>


Public Member Functions | |
| AlarmEventStrategyBoolean (ROboolean *property, EventDispatcher *eventDispatcher) | |
| AlarmEventStrategyBoolean (Callback_ptr callback_p, const CBDescIn &descIn, const ACS::TimeInterval &interval, ROboolean *property, EventDispatcher *eventDispatcher) | |
| virtual void | check (BACIValue &val, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
Private Member Functions | |
| void | operator= (const AlarmEventStrategyBoolean &) |
| AlarmEventStrategyBoolean (const AlarmEventStrategyBoolean &) | |
| baci::AlarmEventStrategyBoolean::AlarmEventStrategyBoolean | ( | ROboolean * | property, | |
| EventDispatcher * | eventDispatcher | |||
| ) |
| baci::AlarmEventStrategyBoolean::AlarmEventStrategyBoolean | ( | Callback_ptr | callback_p, | |
| const CBDescIn & | descIn, | |||
| const ACS::TimeInterval & | interval, | |||
| ROboolean * | property, | |||
| EventDispatcher * | eventDispatcher | |||
| ) |
| baci::AlarmEventStrategyBoolean::AlarmEventStrategyBoolean | ( | const AlarmEventStrategyBoolean & | ) | [private] |
ALMA C++ coding standards state copy constructors should be disabled.
| virtual void baci::AlarmEventStrategyBoolean::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::AlarmEventStrategyBoolean::operator= | ( | const AlarmEventStrategyBoolean & | ) | [private] |
ALMA C++ coding standards state assignment operators should be disabled.
1.7.0