![]() |
VR-Forces Developer's Guide
|
Instances of this class are the interface message content used to request embarkation information from the requested parent.
Content-Type: DtIfRequestEmbarkationInformation

Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
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 |
| DtString | mySlotName |
| DtString | mySlotType |
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 |
| 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 |
In trying to say where an entity will embark, you can use two forms – one is the slot number (non -1 means use that exact slot) If the slot number is -1 and the slot name or slot type are set, it will try and match the slot number by that name and type. * for either name or type will mean to match the first available slot that matches. If -1 and * are used for all, then it will just get the first available slot. If not available choose any available if flag is true (default) else fail to embark.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
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 |
|
protected |
|
protected |