#include <acsexmplPowerSupplyCurrentImpl.h>
Inheritance diagram for PowerSupplyCurrent:


Public Member Functions | |
| PowerSupplyCurrent (const ACE_CString &name, BACIComponent *component_p, ROdouble *readback_p) | |
| virtual void | setValue (BACIProperty *property_p, BACIValue *value_p, Completion &completion, CBDescOut &descOut) |
Private Member Functions | |
| void | operator= (const PowerSupplyCurrent &) |
Private Attributes | |
| ROdouble * | m_readback_p |
|
||||||||||||||||
|
Constuctor
|
|
|
ALMA C++ coding standards state copy operators should be disabled. |
|
||||||||||||||||||||
|
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.
Reimplemented from baci::RWcontImpl<>. |
|
|
m_readback_p is never created in this class. It just points to the ROdouble passed to this class's constructor. This is done so that we can synchronize this class and the ROdouble's value. |
1.3.6