#include <baciRWSeqContImpl_T.h>
Inheritance diagram for baci::RWSeqContImpl<>:
Public Member Functions | |
RWSeqContImpl (const ACE_CString &name, BACIComponent *component_p, DevIO< TM > *devIO=0, bool flagdeldevIO=false) | |
virtual void | setValue (BACIProperty *property, BACIValue *value, Completion &completion, CBDescOut &descOut) |
virtual ActionRequest | incrementAction (BACIComponent *component_p, int callbackID, const CBDescIn &descIn, BACIValue *value, Completion &completion, CBDescOut &descOut) |
virtual ActionRequest | decrementAction (BACIComponent *component_p, int callbackID, const CBDescIn &descIn, BACIValue *value, Completion &completion, CBDescOut &descOut) |
|
|
|
Implementation of async. decrement method overriden from RWcont Reimplemented from baci::RWcontImpl< ACS_RW_TL >.
|
|
Implementation of async. increment method overridenf from RWcont Reimplemented from baci::RWcontImpl< ACS_RW_TL >.
|
|
Set value method (value mutator) overriden from RWcont To make RW property simetric to RO property
Reimplemented from baci::RWcontImpl< ACS_RW_TL >.
|