baci::RWSeqContImpl

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Author

NAME

baci::RWSeqContImpl −

SYNOPSIS

#include <baciRWSeqContImpl_T.h>

Inherits POA_SK, and RWcontImpl< ACS_RW_TL >.

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)

template<ACS_RW_C> class baci::RWSeqContImpl< ACS_RW_C >

Constructor & Destructor Documentation

template<ACS_RW_C > baci::RWSeqContImpl< ACS_RW_C >::RWSeqContImpl (const ACE_CString & name, BACIComponent * component_p, DevIO< TM > * devIO = 0, bool flagdeldevIO = false)

Member Function Documentation

template<ACS_RW_C > virtual ActionRequest baci::RWSeqContImpl< ACS_RW_C >::decrementAction (BACIComponent * component_p, int callbackID, const CBDescIn & descIn, BACIValue * value, Completion & completion, CBDescOut & descOut) [virtual] Implementation of async. decrement method overriden from RWcont

Reimplemented from baci::RWcontImpl< ACS_RW_TL >.

template<ACS_RW_C > virtual ActionRequest baci::RWSeqContImpl< ACS_RW_C >::incrementAction (BACIComponent * component_p, int callbackID, const CBDescIn & descIn, BACIValue * value, Completion & completion, CBDescOut & descOut) [virtual] Implementation of async. increment method overridenf from RWcont

Reimplemented from baci::RWcontImpl< ACS_RW_TL >.

template<ACS_RW_C > virtual void baci::RWSeqContImpl< ACS_RW_C >::setValue (BACIProperty * property, BACIValue * value, Completion & completion, CBDescOut & descOut) [virtual] Set value method (value mutator) overriden from RWcont To make RW property simetric to RO property

Parameters:

property property which requested value
value
value to be returned
completion
error handling structure
descOut
callback descriptor

Reimplemented from baci::RWcontImpl< ACS_RW_TL >.

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.