Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

baci::ROcontImpl<> Class Template Reference

#include <baciROcontImpl_T.h>

Inheritance diagram for baci::ROcontImpl<>:

Inheritance graph
[legend]
Collaboration diagram for baci::ROcontImpl<>:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

template<ACS_RO_C>
class baci::ROcontImpl<>

Implementation of ROcont property
Warning:
We have virtual inheritance from PortableServer::RefCountServantBase because of a bug in gcc 2.95 (see SPR. ALMASW2001075)


Constructor & Destructor Documentation

template<ACS_RO_C >
baci::ROcontImpl<>::ROcontImpl const ACE_CString &  name,
BACIComponent component_p,
DevIO< TM > *  devIO = 0,
bool  flagdeldevIO = false
 

Constuctor

Parameters:
name property name (e.q. AMSMount:decliantion)
component_p parent of the property

template<ACS_RO_C >
baci::ROcontImpl<>::ROcontImpl bool  init,
const ACE_CString &  name,
BACIComponent component_p,
DevIO< TM > *  devIO = 0,
bool  flagdeldevIO = false
 

Constuctor that has to be used from subclasses

Parameters:
name property name (e.q. AMSMount:decliantion)

template<ACS_RO_C >
virtual baci::ROcontImpl<>::~ROcontImpl  )  [virtual]
 

Destructor


Member Function Documentation

template<ACS_RO_C >
virtual TS baci::ROcontImpl<>::alarm_high_off  )  [virtual]
 

template<ACS_RO_C >
virtual TS baci::ROcontImpl<>::alarm_high_on  )  [virtual]
 

template<ACS_RO_C >
virtual TS baci::ROcontImpl<>::alarm_low_off  )  [virtual]
 

template<ACS_RO_C >
virtual TS baci::ROcontImpl<>::alarm_low_on  )  [virtual]
 

template<ACS_RO_C >
virtual ACS::Subscription_ptr baci::ROcontImpl<>::new_subscription_Alarm TAlarm *  cb,
const ACS::CBDescIn desc
[virtual]
 

Reimplemented in baci::ROSeqContImpl<>.

template<ACS_RO_C >
virtual bool baci::ROcontImpl<>::readCharacteristics  )  [protected, virtual]
 

Read characteristics from CDB

Parameters:
propertyName name of the property whose characteristics to read
Returns:
true on success, false on failure

Reimplemented from baci::ROcommonImpl< ACS_RO_TL >.


Member Data Documentation

template<ACS_RO_C >
TSM baci::ROcontImpl<>::alarmHighOff_m [private]
 

template<ACS_RO_C >
TSM baci::ROcontImpl<>::alarmHighOn_m [private]
 

template<ACS_RO_C >
TSM baci::ROcontImpl<>::alarmLowOff_m [private]
 

template<ACS_RO_C >
TSM baci::ROcontImpl<>::alarmLowOn_m [private]
 

Characteristics

template<ACS_RO_C >
AlarmSystemMonitorCont<TS, PropType>* baci::ROcontImpl<>::alarmSystemMonitor_mp [protected]
 

monitor which sends information (alarms) to the alarm system

Reimplemented in baci::ROSeqContImpl<>.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:37:16 2009 for ACS C++ API by doxygen 1.3.8