CommsFW::TCFDiscoverRespMsg Class Reference

class CommsFW::TCFDiscoverRespMsg : public CommsFW::TCFCommsMessageResult

Comms Discovery Response message. Sent from the CPM to the Rootserver in response to the TCFDiscoverMsg message. Contains the completion code for the requested operation. TCFDiscoverMsg

Nested Classes and Structures

Public Member Functions
TCFDiscoverRespMsg ( TId , TInt , TBool )
TBool MoreToWrite ()
Inherited Functions
CommsFW::TCFCommsMessage::TCFCommsMessage(TCodes)
CommsFW::TCFCommsMessageId::Identifier()const
CommsFW::TCFCommsMessageId::TCFCommsMessageId(TCFCommsMessage::TCodes,TId)
CommsFW::TCFCommsMessageResult::ReturnCode()const
CommsFW::TCFCommsMessageResult::TCFCommsMessageResult(TCFCommsMessage::TCodes,TId,TInt)
CommsFW::TCFMessage::TCFMessage()
CommsFW::TCFMessage::TCFMessage(TCode,TInt,TAny *)
TCFMessageBase< KCFMessageParamBlockSize >::Code()const
TCFMessageBase< KCFMessageParamBlockSize >::Code(TCode)
TCFMessageBase< KCFMessageParamBlockSize >::IsPIGCode()const
TCFMessageBase< KCFMessageParamBlockSize >::MaxParamBlockSize()
TCFMessageBase< KCFMessageParamBlockSize >::ParamBlock()
TCFMessageBase< KCFMessageParamBlockSize >::ParamBlock()const
TCFMessageBase< KCFMessageParamBlockSize >::ParamBlock(TInt,TAny *)
TCFMessageBase< KCFMessageParamBlockSize >::RawBlock()
TCFMessageBase< KCFMessageParamBlockSize >::RawBlock()const
TCFMessageBase< KCFMessageParamBlockSize >::RawBlock(TInt,const TAny *)
TCFMessageBase< KCFMessageParamBlockSize >::SetPIGCode()
TCFMessageBase< KCFMessageParamBlockSize >::TCFMessageBase()
TCFMessageBase< KCFMessageParamBlockSize >::TCFMessageBase(TCode,TInt,TAny *)
TCFMessageBase< KCFMessageParamBlockSize >::TCFMessageBase(TInt,const TAny *)
Inherited Enumerations
CommsFW::TCFCommsMessage:TCodes
CommsFW::TCFCommsMessageId:@35
TCFMessageBase< KCFMessageParamBlockSize >:@30
TCFMessageBase< KCFMessageParamBlockSize >:@31
Public Member Type Definitions
typedef CommsFW::TCFDiscoverRespMsg::TParamsTAG TParams

Constructor & Destructor Documentation

TCFDiscoverRespMsg(TId, TInt, TBool)

TCFDiscoverRespMsg ( TId aIdentifier,
TInt aReturnCode,
TBool aMoreToWrite
) [inline]

Constructor for discovery response comms message. TId TCodes

Parameters

TId aIdentifier Unique code identifying the specific message instance.
TInt aReturnCode Code detailing whether the operation was a success or had some error. Can be one of the system wide error codes or one specific to the module.
TBool aMoreToWrite ETrue if the module has more submodules to report.

Member Functions Documentation

MoreToWrite()

TBool MoreToWrite ( ) const [inline]

Member Type Definitions Documentation

Typedef TParams

typedef CommsFW::TCFDiscoverRespMsg::TParamsTAG TParams

Structure defining the layout of the parameters in the message.