Typedefs | |
typedef ActionRequest(PcommonImpl < ACS_P_TL >::* | baci::PcommonImpl::ActionFunction )(BACIComponent *component_p, int callbackID, const CBDescIn &descIn, BACIValue *value, ACSErr::Completion &completion, CBDescOut &descOut) |
The ActionFunction is a templated typedef so there is no actual inline doc generated for it per-se.
Definition of ActionFunction (member function of RO)
component_p | A pointer to a BACIComponent | |
callbackID | ID of a Callback object | |
descIn | Callback input description | |
value | Pointer to a BACIValue object ompletion An error system completion describing how the action completed | |
descOut | Callback output description |
typedef ActionRequest(PcommonImpl<ACS_P_TL>::* baci::PcommonImpl< ACS_P_C >::ActionFunction)(BACIComponent *component_p, int callbackID, const CBDescIn &descIn, BACIValue *value, ACSErr::Completion &completion, CBDescOut &descOut) [protected, inherited] |