#include <baciROcontImpl_T.h>
Inheritance diagram for baci::ROcontImpl<>:
Public Member Functions | |
ROcontImpl (const ACE_CString &name, BACIComponent *component_p, DevIO< TM > *devIO=0, bool flagdeldevIO=false) | |
ROcontImpl (bool init, const ACE_CString &name, BACIComponent *component_p, DevIO< TM > *devIO=0, bool flagdeldevIO=false) | |
virtual | ~ROcontImpl () |
virtual TS | alarm_low_on () |
virtual TS | alarm_low_off () |
virtual TS | alarm_high_on () |
virtual TS | alarm_high_off () |
virtual ACS::Subscription_ptr | new_subscription_Alarm (TAlarm *cb, const ACS::CBDescIn &desc) |
Protected Types | |
typedef ROcontImpl< ACS_RO_TL > | PropType |
Protected Member Functions | |
virtual bool | readCharacteristics () |
Protected Attributes | |
AlarmSystemMonitorCont< TS, PropType > * | alarmSystemMonitor_mp |
Private Attributes | |
TSM | alarmLowOn_m |
TSM | alarmLowOff_m |
TSM | alarmHighOn_m |
TSM | alarmHighOff_m |
|
Constuctor
|
|
Constuctor that has to be used from subclasses
|
|
Destructor |
|
|
|
|
|
|
|
|
|
Reimplemented in baci::ROSeqContImpl<>.
|
|
Read characteristics from CDB
Reimplemented from baci::ROcommonImpl< ACS_RO_TL >.
|
|
|
|
|
|
|
|
Characteristics |
|
monitor which sends information (alarms) to the alarm system Reimplemented in baci::ROSeqContImpl<>.
|