|
Public Member Functions |
| | PcommonImpl (const ACE_CString &name, BACIComponent *component_p, DevIO< TM > *devIO, bool flagdeldevIO) |
| virtual | ~PcommonImpl () |
| virtual int | initialization () |
| CORBA::Object_ptr | getCORBAReference () const |
| BACIProperty * | getProperty () const |
| virtual void | destroy () |
| DevIO< TM > * | getDevIO () const |
| virtual ActionRequest | getValueAction (BACIComponent *component_p, int callbackID, const CBDescIn &descIn, BACIValue *value, Completion &completion, CBDescOut &descOut) |
| virtual ActionRequest | invokeAction (int function, BACIComponent *component_p, const int &callbackID, const CBDescIn &descIn, BACIValue *value, Completion &completion, CBDescOut &descOut) |
| virtual void | getValue (BACIProperty *property, BACIValue *value, Completion &completion, CBDescOut &descOut) |
| virtual char * | name () |
| virtual char * | characteristic_component_name () |
| virtual CORBA::Boolean | initialize_devio () |
| virtual char * | description () |
| virtual char * | format () |
| virtual char * | units () |
| virtual ACS::pattern | resolution () |
| virtual ACS::TimeInterval | default_timer_trigger () |
| virtual ACS::TimeInterval | min_timer_trigger () |
| virtual TS | default_value () |
| virtual T | get_sync (ACSErr::Completion_out c) |
| virtual void | get_async (TCB *cb, const ACS::CBDescIn &desc) |
| virtual CORBA::Long | get_history (CORBA::Long n_last_values, TSeq_out vs, ACS::TimeSeq_out ts) |
| virtual TMonitor * | create_monitor (TCB *cb, const ACS::CBDescIn &desc) |
| virtual TMonitor * | create_postponed_monitor (ACS::Time start_time, TCB *cb, const ACS::CBDescIn &desc) |
Protected Types |
| typedef int | callbackID |
| typedef int const CBDescIn & | descIn |
typedef int const CBDescIn
BACIValue * | value |
typedef int const CBDescIn
BACIValue ACSErr::Completion & | completion |
typedef int const CBDescIn
BACIValue ACSErr::Completion
CBDescOut & | descOut |
Protected Member Functions |
| virtual bool | readCharacteristics () |
| void | addValueToHistory (ACS::Time time, TM &value) |
| typedef | ActionRequest (PcommonImpl< ACS_P_TL >::*ActionFunction)(BACIComponent *component_p |
Protected Attributes |
| BACIProperty * | property_mp |
| | BACI property.
|
| DevIO< TM > * | devIO_mp |
| bool | deldevIO_m |
| TM | value_m |
| int | initialization_m |
| | Initialization status.
|
| bool | destroyed_m |
| | Destroy status.
|
| CORBA::Object_ptr | reference_mp |
| | CORBA reference.
|
| TM | historyValue_m [HISTORY_SIZE] |
| | history value buffer
|
| ACS::Time | historyTime_m [HISTORY_SIZE] |
| | history time buffer
|
| int | historyStart_m |
| | history start pointer
|
| bool | historyTurnaround_m |
| | history end pointer
|
| bool | initializeDevIO_m |
| ACE_CString | description_m |
| ACE_CString | format_m |
| ACE_CString | units_m |
| ACS::pattern | resolution_m |
| TSM | defaultValue_m |
| ACS::TimeInterval | defaultTimerTrig_m |
| ACS::TimeInterval | minTimerTrig_m |
Private Member Functions |
| void | operator= (const PcommonImpl &) |
| | PcommonImpl (const PcommonImpl &) |