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

Public Member Functions | |
| DtIfEmbarkationInformation () | |
| default constructor More... | |
| DtIfEmbarkationInformation (const DtIfEmbarkationInformation &orig) | |
| copy constructor More... | |
| const DtIfEmbarkationInformation & | operator= (const DtIfEmbarkationInformation &orig) |
| assignment operator More... | |
| virtual | ~DtIfEmbarkationInformation () |
| virtual int | type () const |
| Returns DtEmbarkationInformationType, 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 | setResult (int) |
| virtual int | result () const |
| virtual void | setSlot (int) |
| virtual int | slot () const |
| virtual void | setSlotName (const DtString &) |
| virtual const DtString & | slotName () const |
| virtual void | setSlotType (const DtString &) |
| virtual const DtString & | slotType () const |
| virtual void | setEmbarkedAppearance (int) |
| virtual int | embarkedAppearance () const |
| virtual void | setEmbarkedAnimation (const DtString &) |
| virtual const DtString & | embarkedAnimation () const |
| virtual void | setJumpToLocation (bool) |
| virtual bool | jumpToLocation () const |
| virtual void | setInvisibleWhenEmbarked (bool) |
| virtual bool | invisibleWhenEmbarked () const |
| virtual void | setTurnToHeading (bool) |
| virtual bool | turnToHeading () const |
| virtual void | setOrientOnIngress (bool) |
| virtual bool | orientOnIngress () const |
| virtual void | setEmbarkedOrientation (const DtTaitBryan &) |
| virtual const DtTaitBryan & | embarkedOrientation () const |
| virtual void | setEmbarkedPosition (const DtVector &) |
| virtual const DtVector & | embarkedPosition () const |
| virtual void | setLoadPath (const std::vector< DtVector > &) |
| virtual void | addLoadPathPoint (const DtVector &) |
| virtual const std::vector < DtVector > & | loadPath () 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 | setTechnique (const DtString &) |
| The technique that is used for embark/disembark (if supplied) More... | |
| virtual const DtString & | technique () const |
| virtual void | setPublishLoadPoints (bool) |
| virtual bool | publishLoadPoints () const |
Public Member Functions inherited from DtIfServerRequestResponse | |
| DtIfServerRequestResponse () | |
| default constructor More... | |
| DtIfServerRequestResponse (const DtIfServerRequestResponse &orig) | |
| copy constructor More... | |
| const DtIfServerRequestResponse & | operator= (const DtIfServerRequestResponse &orig) |
| assignment operator More... | |
| virtual | ~DtIfServerRequestResponse () |
| virtual void | setResponseId (const DtU32 &id) |
| const DtU32 & | responseId () 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 | myResult |
| int | mySlot |
| int | myEmbarkedAppearance |
| DtString | myEmbarkedAnimation |
| DtString | myTechnique |
| DtString | mySlotName |
| DtString | mySlotType |
| DtTaitBryan | myEmbarkedOrientation |
| DtVector | myEmbarkedPosition |
| std::vector< DtVector > | myLoadPath |
| bool | myPublishLoadPoints |
| bool | myJumpToLocation |
| bool | myTurnToHeading |
| bool | myOrientOnIngress |
| bool | myInvisibleWhenEmbarked |
Protected Attributes inherited from DtIfServerRequestResponse | |
| DtU32 | myResponseId |
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 return requested embarkation information.
Content-Type: DtIfEmbarkationInformation
| DtIfEmbarkationInformation::DtIfEmbarkationInformation | ( | ) |
default constructor
| DtIfEmbarkationInformation::DtIfEmbarkationInformation | ( | const DtIfEmbarkationInformation & | orig | ) |
copy constructor
|
virtual |
| const DtIfEmbarkationInformation& DtIfEmbarkationInformation::operator= | ( | const DtIfEmbarkationInformation & | orig | ) |
assignment operator
|
virtual |
Returns DtEmbarkationInformationType, defined in msgTypes.h.
Implements DtSimInterfaceContent.
|
virtual |
Returns newly created copy of this object.
Implements DtSimInterfaceContent.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
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.
|
static |
Returns a new instance of this class.
This function is registered with the DtInterfaceContentFactory with a key returned by the type() member function.
|
virtual |
The technique that is used for embark/disembark (if supplied)
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |