![]() |
VR-Forces 5.0.2 Developer's Guide
|
Instances of this class are the interface message content used to embark an object on the specified parent.
Content-Type: DtModifyIndirectArtilleryObject

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 | |
| DtIfIndirectArtilleryData | myData |
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 |
| DtIfModifyIndirectArtilleryObject::DtIfModifyIndirectArtilleryObject | ( | ) |
default constructor
| DtIfModifyIndirectArtilleryObject::DtIfModifyIndirectArtilleryObject | ( | const DtIfModifyIndirectArtilleryObject & | orig | ) |
copy constructor
|
virtual |
| const DtIfModifyIndirectArtilleryObject& DtIfModifyIndirectArtilleryObject::operator= | ( | const DtIfModifyIndirectArtilleryObject & | orig | ) |
assignment operator
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Returns DtQuerySpatialSubdivisionConfigurationType, defined in msgTypes.h.
Implements DtSimInterfaceContent.
|
virtual |
Creates a copy of this request.
Implements DtSimInterfaceContent.
|
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 |
Get a readable string representation of this request.
|
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 |
Get and set the data for this entity.
|
virtual |
|
virtual |
|
protected |