baci::RObooleanSeq

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

baci::RObooleanSeq −

SYNOPSIS

#include <baciRObooleanSeq.h>

Inherits ROcommonImpl< ACS_RO_BOOLSEQ_TL >, and PcontImpl< ACS_RO_BOOLSEQ_P >.

Public Member Functions

RObooleanSeq (const ACE_CString &name, BACIComponent *component_p, DevIO< ACS::booleanSeq > *devIO=0, bool flagdeldevIO=false)

RObooleanSeq (bool init, const ACE_CString &name, BACIComponent *component_p, DevIO< ACS::booleanSeq > *devIO=0, bool flagdeldevIO=false)

virtual ~RObooleanSeq ()

virtual CORBA::Boolean alarm_on ()

virtual ACS::Subscription_ptr new_subscription_Alarm (ACS::Alarmboolean *cb, const ACS::CBDescIn &desc)

Protected Member Functions

virtual bool readCharacteristics ()

Private Attributes

CORBA::Boolean alarmOn_m

Constructor & Destructor Documentation

baci::RObooleanSeq::RObooleanSeq (const ACE_CString & name, BACIComponent * component_p, DevIO< ACS::booleanSeq > * devIO = 0, bool flagdeldevIO = false) Constructor

baci::RObooleanSeq::RObooleanSeq (bool init, const ACE_CString & name, BACIComponent * component_p, DevIO< ACS::booleanSeq > * devIO = 0, bool flagdeldevIO = false) Constuctor that has to be used from subclasses

Parameters:

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

virtual baci::RObooleanSeq::~RObooleanSeq () [virtual] Destructor

Member Function Documentation

virtual CORBA::Boolean baci::RObooleanSeq::alarm_on () [virtual] Get the value of the alarm_on attribute

virtual ACS::Subscription_ptr baci::RObooleanSeq::new_subscription_Alarm (ACS::Alarmboolean * cb, const ACS::CBDescIn & desc) [virtual] Subscriber method to be notified when an alarm is raised or removed

virtual bool baci::RObooleanSeq::readCharacteristics () [protected, virtual] Read characteristics from the CDB

Returns:

true on success, false on failure

Member Data Documentation

CORBA::Boolean baci::RObooleanSeq::alarmOn_m [private] Value to be checked in order to raise an alarm

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.