baci::PcontImpl

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

NAME

baci::PcontImpl −

SYNOPSIS

#include <baciPcontImpl_T.h>

Inherits POA_SK.

Public Member Functions

PcontImpl (const ACE_CString &name, BACIProperty *property_p, BACIComponent *component_p, DevIO< TM > *devIO, bool flagdeldevIO)

virtual ~PcontImpl ()

virtual TS min_delta_trigger ()

virtual TS graph_min ()

virtual TS graph_max ()

virtual TS min_step ()

Protected Member Functions

virtual bool readCharacteristics (CharacteristicModelImpl *model)

Private Attributes

TSM graph_min_m

TSM graph_max_m

TSM min_step_m

TSM min_delta_trig_m

Detailed Description

template<ACS_P_C> class baci::PcontImpl< ACS_P_C >

Implementation of P (cont) 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_P_C > baci::PcontImpl< ACS_P_C >::PcontImpl (const ACE_CString & name, BACIProperty * property_p, BACIComponent * component_p, DevIO< TM > * devIO, bool flagdeldevIO) Constuctor

Parameters:

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

template<ACS_P_C > virtual baci::PcontImpl< ACS_P_C >::~PcontImpl () [virtual] Destructor

Member Function Documentation

template<ACS_P_C > virtual TS baci::PcontImpl< ACS_P_C >::graph_max () [virtual]

template<ACS_P_C > virtual TS baci::PcontImpl< ACS_P_C >::graph_min () [virtual]

template<ACS_P_C > virtual TS baci::PcontImpl< ACS_P_C >::min_delta_trigger () [virtual]

template<ACS_P_C > virtual TS baci::PcontImpl< ACS_P_C >::min_step () [virtual]

template<ACS_P_C > virtual bool baci::PcontImpl< ACS_P_C >::readCharacteristics (CharacteristicModelImpl * model) [protected, virtual] Read characteristics from CDB

Parameters:

propertyName name of the property whose characteristics to read

Returns:

true on success, false on failure

Member Data Documentation

template<ACS_P_C > TSM baci::PcontImpl< ACS_P_C >::graph_max_m [private]

template<ACS_P_C > TSM baci::PcontImpl< ACS_P_C >::graph_min_m [private] Characteristics

template<ACS_P_C > TSM baci::PcontImpl< ACS_P_C >::min_delta_trig_m [private]

template<ACS_P_C > TSM baci::PcontImpl< ACS_P_C >::min_step_m [private]

Author

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