![]() |
VR-Forces Development_Version Class Documentation
|
class DtIfMultiplePlanRequest: More...

Public Member Functions | |
| DtIfMultiplePlanRequest () | |
| default constructor | |
| virtual | ~DtIfMultiplePlanRequest () |
| destructor | |
| DtIfMultiplePlanRequest (const DtIfMultiplePlanRequest &orig) | |
| copy constructor | |
| DtIfMultiplePlanRequest & | operator= (const DtIfMultiplePlanRequest &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const std::vector < DtUUID > & | entities () const |
| Set/get the name string of plan. | |
| virtual void | setEntities (const std::vector< DtUUID > &name) |
| virtual void | setRequestId (int) |
| Supplied in the response to match a request with a response. | |
| virtual int | requestId () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
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 () |
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 | |
| std::vector< DtUUID > | myEntities |
| DtU32 | myRequestId |
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 |
class DtIfMultiplePlanRequest:
Instances of DtIfMultiplePlanRequest are the content portions a request of a back end to see if the locally simulated entities have the same plan. A DtIfMultiplePlanResponse is sent in response to this request. The response will send the entities that are simulated locally and whether or not they have the same plan. If they do, the plan will be in the contents of the message (a DtIfPlan). If not, there will not be a plan and the response will return this fact
Content-Type: DtMultiplePlanRequestMessageType
| DtIfMultiplePlanRequest::DtIfMultiplePlanRequest | ( | ) |
default constructor
|
virtual |
destructor
| DtIfMultiplePlanRequest::DtIfMultiplePlanRequest | ( | const DtIfMultiplePlanRequest & | orig | ) |
copy constructor
| DtIfMultiplePlanRequest& DtIfMultiplePlanRequest::operator= | ( | const DtIfMultiplePlanRequest & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/get the name string of plan.
|
virtual |
|
virtual |
Supplied in the response to match a request with a response.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |