VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfMultiplePlanRequest Class Reference

class DtIfMultiplePlanRequest: More...

Inheritance diagram for DtIfMultiplePlanRequest:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIfMultiplePlanRequest ()
 default constructor
virtual ~DtIfMultiplePlanRequest ()
 destructor
 DtIfMultiplePlanRequest (const DtIfMultiplePlanRequest &orig)
 copy constructor
DtIfMultiplePlanRequestoperator= (const DtIfMultiplePlanRequest &orig)
 assignment operator
virtual int type () const
 Returns the type of Interface Content.
virtual DtSimInterfaceContentclone () 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 DtSimInterfaceContentcreator ()

Protected Attributes

std::vector< DtStringmyEntities
DtU32 myRequestId

Detailed Description

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


Constructor & Destructor Documentation

default constructor

destructor

copy constructor


Member Function Documentation

DtIfMultiplePlanRequest& DtIfMultiplePlanRequest::operator= ( const DtIfMultiplePlanRequest orig)

assignment operator

virtual int DtIfMultiplePlanRequest::type ( ) const [virtual]

Returns the type of Interface Content.

Implements DtSimInterfaceContent.

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.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)