![]() |
VR-Forces 4.0.4 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
default constructor
| virtual DtIfMultiplePlanRequest::~DtIfMultiplePlanRequest | ( | ) | [virtual] |
destructor
copy constructor
| DtIfMultiplePlanRequest& DtIfMultiplePlanRequest::operator= | ( | const DtIfMultiplePlanRequest & | orig | ) |
assignment operator
| virtual int DtIfMultiplePlanRequest::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfMultiplePlanRequest::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const std::vector<DtString>& DtIfMultiplePlanRequest::entities | ( | ) | const [virtual] |
Set/get the name string of plan.
| virtual void DtIfMultiplePlanRequest::setEntities | ( | const std::vector< DtString > & | name | ) | [virtual] |
| virtual void DtIfMultiplePlanRequest::setRequestId | ( | int | ) | [virtual] |
Supplied in the response to match a request with a response.
| virtual int DtIfMultiplePlanRequest::requestId | ( | ) | const [virtual] |
| virtual int DtIfMultiplePlanRequest::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfMultiplePlanRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfMultiplePlanRequest::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfMultiplePlanRequest::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfMultiplePlanRequest::creator | ( | ) | [static] |
std::vector<DtString> DtIfMultiplePlanRequest::myEntities [protected] |
DtU32 DtIfMultiplePlanRequest::myRequestId [protected] |