#include <baciTestAlarmClassImpl.h>
Inheritance diagram for MyROPatternProperty:
Public Member Functions | |
MyROPatternProperty (const ACE_CString &name, baci::BACIComponent *component_p, baci::ROpattern *roPatternProperty_p) | |
virtual void | setValue (baci::BACIProperty *property_p, baci::BACIValue *value_p, Completion &completion, CBDescOut &descOut) |
Private Member Functions | |
void | operator= (const MyROPatternProperty &) |
Private Attributes | |
baci::ROpattern * | m_roPatternProperty_p |
|
Constuctor
|
|
|
|
Set value method (value mutator) We add this to override the setValue method inherited from RWdouble. We do this to make the RW property symetric to the RO property passed to the constructor.
|
|
m_roPatternProperty_p is never created in this class. It just points to the ROpattern passed to this class's constructor. This is done so that we can synchronize this class and the ROpattern's value. |