|
baci::PcontImpl − |
|
#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 |
|
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) |
|
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) |
|
template<ACS_P_C > virtual baci::PcontImpl< ACS_P_C >::~PcontImpl () [virtual] Destructor |
|
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 |
|
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] |
|
Generated automatically by Doxygen for ACS-2014.6 C++ API from the source code. |