![]() |
VR-Forces 4.3 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 < DtString > & | entities () const |
| Set/get the name string of plan. | |
| virtual void | setEntities (const std::vector< DtString > &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) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| std::vector< DtString > | myEntities |
| DtU32 | myRequestId |
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.
|
virtual |
|
virtual |
Set/get the name string of plan.
|
virtual |
|
virtual |
Supplied in the response to match a request with a response.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |