#include <baciROcommonImpl_T.h>
Inheritance diagram for baci::ROcommonImpl<>:
Public Member Functions | |
ROcommonImpl (const ACE_CString &name, BACIComponent *component_p, DevIO< TM > *devIO, bool flagdeldevIO) | |
ROcommonImpl (bool init, const ACE_CString &name, BACIComponent *component_p, DevIO< TM > *devIO, bool flagdeldevIO) | |
virtual | ~ROcommonImpl () |
Protected Member Functions | |
virtual bool | readCharacteristics () |
Protected Attributes | |
EventDispatcher * | monitorEventDispatcher_mp |
Event dispatcher;. | |
ACS::TimeInterval | alarmTimerTrig_m |
Private Member Functions | |
void | operator= (const ROcommonImpl &) |
ROcommonImpl (const ROcommonImpl &) |
|
Constuctor
|
|
Constuctor that just calls readCharacterstics
|
|
Destructor |
|
ALMA C++ coding standards state copy constructors should be disabled. |
|
ALMA C++ coding standards state assignment operators should be disabled. |
|
Read characteristics from CDB
Reimplemented from baci::PcommonImpl< ACS_P_TL >.
Reimplemented in baci::ROcontImpl<>, and baci::ROcontImpl< ACS_RO_TL >.
|
|
|
|
Event dispatcher;.
|