![]() |
VR-Forces 4.10 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 More... | |
| DtIfRequestEmbarkationInformation (const DtIfRequestEmbarkationInformation &orig) | |
| copy constructor More... | |
| const DtIfRequestEmbarkationInformation & | operator= (const DtIfRequestEmbarkationInformation &orig) |
| assignment operator More... | |
| virtual | ~DtIfRequestEmbarkationInformation () |
| virtual int | type () const |
| Returns DtEmbarkationInformationRequestType, defined in msgTypes.h. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns newly created copy of this object. More... | |
| 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 s) |
| 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. More... | |
| virtual int | embarkInSlot () const |
| virtual void | setSlotName (const DtString &) |
| virtual const DtString & | slotName () const |
| virtual void | setSlotType (const DtString &) |
| virtual const DtString & | slotType () const |
| virtual void | setChooseAnyAvailableSlotIfTaken (bool) |
| virtual bool | chooseAnyAvailableSlotIfTaken () const |
| virtual int | netRepSize () const |
| Returns size of network representation of this object, in bytes. More... | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Unpack network representation (contentBuffer) into this object. More... | |
| virtual bool | setToNet () |
| Package this object's data into a network format (a DtNetIfQuerySpatialSubdivisionConfiguration struct). More... | |
| virtual void | printDataToString (DtString &str) |
| Human readable representation of this object's data (used for debugging purposes, and in applications such as vrfMsgDump). More... | |
| virtual void | setRequestId (DtU32) |
| Used to fill in response id for response structure. Default is 0xFFFFFFFF. More... | |
| 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. More... | |
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 |
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 |
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.
|
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 |