Instances of this class are the interface message content used to request embarkation information from the requested parent.
More...
Detailed Description
Instances of this class are the interface message content used to request embarkation information from the requested parent.
Content-Type: DtIfRequestEmbarkationInformation
Constructor & Destructor Documentation
| DtIfRequestEmbarkationInformation::DtIfRequestEmbarkationInformation |
( |
| ) |
|
| virtual DtIfRequestEmbarkationInformation::~DtIfRequestEmbarkationInformation |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual int DtIfRequestEmbarkationInformation::type |
( |
| ) |
const |
|
virtual |
Returns DtEmbarkationInformationRequestType, defined in msgTypes.h.
Returns newly created copy of this object.
| virtual void DtIfRequestEmbarkationInformation::setEmbarkObject |
( |
const DtString & |
| ) |
|
|
virtual |
| virtual const DtString& DtIfRequestEmbarkationInformation::embarkObject |
( |
| ) |
const |
|
virtual |
| virtual void DtIfRequestEmbarkationInformation::setParent |
( |
const DtString & |
| ) |
|
|
virtual |
| virtual const DtString& DtIfRequestEmbarkationInformation::parent |
( |
| ) |
const |
|
virtual |
| virtual void DtIfRequestEmbarkationInformation::setRequestType |
( |
short |
| ) |
|
|
virtual |
| virtual short DtIfRequestEmbarkationInformation::requestType |
( |
| ) |
const |
|
virtual |
| virtual int DtIfRequestEmbarkationInformation::netRepSize |
( |
| ) |
const |
|
virtual |
Returns size of network representation of this object, in bytes.
| virtual bool DtIfRequestEmbarkationInformation::setFromNet |
( |
const char * |
contentBuffer, |
|
|
unsigned |
contentSize |
|
) |
| |
|
virtual |
Unpack network representation (contentBuffer) into this object.
| virtual bool DtIfRequestEmbarkationInformation::setToNet |
( |
| ) |
|
|
virtual |
| virtual void DtIfRequestEmbarkationInformation::printDataToString |
( |
DtString & |
str | ) |
|
|
virtual |
Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump).
| virtual void DtIfRequestEmbarkationInformation::setRequestId |
( |
DtU32 |
| ) |
|
|
virtual |
Used to fill in response id for response structure. Default is 0xFFFFFFFF.
| virtual DtU32 DtIfRequestEmbarkationInformation::requestId |
( |
| ) |
const |
|
virtual |
Member Data Documentation
| DtString DtIfRequestEmbarkationInformation::myEmbarkObject |
|
protected |
| DtString DtIfRequestEmbarkationInformation::myParent |
|
protected |
| short DtIfRequestEmbarkationInformation::myRequestType |
|
protected |
| DtU32 DtIfRequestEmbarkationInformation::myRequestId |
|
protected |
The documentation for this class was generated from the following file: