![]() |
VR-Forces 4.5 Class Documentation
|
Instances of this class are the interface message content used to request embarkation information from the requested parent. More...

Public Member Functions | |
| DtIfRequestEmbarkationInformation () | |
| default constructor | |
| DtIfRequestEmbarkationInformation (const DtIfRequestEmbarkationInformation &orig) | |
| copy constructor | |
| const DtIfRequestEmbarkationInformation & | operator= (const DtIfRequestEmbarkationInformation &orig) |
| assignment operator | |
| virtual | ~DtIfRequestEmbarkationInformation () |
| virtual int | type () const |
| Returns DtEmbarkationInformationRequestType, defined in msgTypes.h. | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns newly created copy of this object. | |
| virtual void | setEmbarkObject (const DtUUID &) |
| virtual const DtUUID & | embarkObject () const |
| virtual void | setParent (const DtUUID &) |
| virtual const DtUUID & | parent () const |
| virtual void | setRequestType (int) |
| virtual int | requestType () const |
| virtual void | setEmbarkInSlot (int) |
| If not -1 then use this slot. | |
| virtual int | embarkInSlot () const |
| virtual void | setChooseAnyAvailableSlotIfTaken (bool) |
| virtual bool | chooseAnyAvailableSlotIfTaken () const |
| virtual int | netRepSize () const |
| Returns size of network representation of this object, in bytes. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Unpack network representation (contentBuffer) into this object. | |
| virtual bool | setToNet () |
| Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct). | |
| virtual void | printDataToString (DtString &str) |
| Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump). | |
| virtual void | setRequestId (DtU32) |
| Used to fill in response id for response structure. Default is 0xFFFFFFFF. | |
| virtual DtU32 | requestId () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Returns a new instance of this class. | |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtUUID | myEmbarkObject |
| DtUUID | myParent |
| int | myRequestType |
| DtU32 | myRequestId |
| int | myEmbarkInSlot |
| bool | myChooseAnyAvailableIfSlotTaken |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
Instances of this class are the interface message content used to request embarkation information from the requested parent.
Content-Type: DtIfRequestEmbarkationInformation
| DtIfRequestEmbarkationInformation::DtIfRequestEmbarkationInformation | ( | ) |
default constructor
| DtIfRequestEmbarkationInformation::DtIfRequestEmbarkationInformation | ( | const DtIfRequestEmbarkationInformation & | orig | ) |
copy constructor
|
virtual |
| const DtIfRequestEmbarkationInformation& DtIfRequestEmbarkationInformation::operator= | ( | const DtIfRequestEmbarkationInformation & | orig | ) |
assignment operator
|
virtual |
Returns DtEmbarkationInformationRequestType, defined in msgTypes.h.
Implements DtSimInterfaceContent.
|
virtual |
Returns newly created copy of this object.
Implements DtSimInterfaceContent.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
If not -1 then use this slot.
If not available choose any available if flag is true (default) else fail to embark
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Returns size of network representation of this object, in bytes.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Unpack network representation (contentBuffer) into this object.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct).
Reimplemented from DtSimInterfaceContent.
|
virtual |
Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump).
Reimplemented from DtSimInterfaceContent.
|
virtual |
Used to fill in response id for response structure. Default is 0xFFFFFFFF.
|
virtual |
|
static |
Returns a new instance of this class.
This function is registered with the DtInterfaceContentFactory with a key returned by the type() member function.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |