#include <baciPcontImpl_T.h>
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 |
Implementation of P (cont) property
baci::PcontImpl< ACS_P_C >::PcontImpl | ( | const ACE_CString & | name, | |
BACIProperty * | property_p, | |||
BACIComponent * | component_p, | |||
DevIO< TM > * | devIO, | |||
bool | flagdeldevIO | |||
) |
Constuctor
name | property name (e.q. AMSMount:decliantion) | |
component_p | parent of the property |
virtual baci::PcontImpl< ACS_P_C >::~PcontImpl | ( | ) | [virtual] |
Destructor
virtual TS baci::PcontImpl< ACS_P_C >::graph_max | ( | ) | [virtual] |
virtual TS baci::PcontImpl< ACS_P_C >::graph_min | ( | ) | [virtual] |
virtual TS baci::PcontImpl< ACS_P_C >::min_delta_trigger | ( | ) | [virtual] |
virtual TS baci::PcontImpl< ACS_P_C >::min_step | ( | ) | [virtual] |
virtual bool baci::PcontImpl< ACS_P_C >::readCharacteristics | ( | CharacteristicModelImpl * | model | ) | [protected, virtual] |
Read characteristics from CDB
propertyName | name of the property whose characteristics to read |
TSM baci::PcontImpl< ACS_P_C >::graph_max_m [private] |
TSM baci::PcontImpl< ACS_P_C >::graph_min_m [private] |
Characteristics
TSM baci::PcontImpl< ACS_P_C >::min_delta_trig_m [private] |
TSM baci::PcontImpl< ACS_P_C >::min_step_m [private] |