VR-Forces 4.2 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfRequestPlan Class Reference

Total: 3 bytes. More...

Inheritance diagram for DtIfRequestPlan:
Inheritance graph
[legend]

Public Member Functions

 DtIfRequestPlan ()
 default constructor
virtual ~DtIfRequestPlan ()
 destructor
 DtIfRequestPlan (const DtIfRequestPlan &orig)
 copy constructor
DtIfRequestPlanoperator= (const DtIfRequestPlan &orig)
 assignment operator
virtual int type () const
 Returns the type of Interface Content.
virtual DtSimInterfaceContentclone () const
virtual const DtStringname () const
 Set/get the name string of plan.
virtual void setName (const DtString &name)
virtual void setAddPlanStatementCallback (bool)
 If false, will not tell the back end to send current plan statement or start sending messages when statements change (by default this is true)
virtual bool addPlanStatementCallback () 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

DtString myName
bool myAddPlanStatementCallback

Detailed Description

Total: 3 bytes.

class DtIfRequestPlan:

Instances of DtIfRequestPlan are the content portions of request-plan messages. They contain an echelon ID string and a return address to whom the set-plan message should be addressed.

Content-Type: DtRequestPlanMessageType

Parameters: echelonId - The echelon ID DtString of the plan.

address - An arbitrary, unique return address DtString that is needed to ensure that only one receiver of the reply message will attempt to own the DtPlan pointer.

Constructor & Destructor Documentation

DtIfRequestPlan::DtIfRequestPlan ( )

default constructor

virtual DtIfRequestPlan::~DtIfRequestPlan ( )
virtual

destructor

DtIfRequestPlan::DtIfRequestPlan ( const DtIfRequestPlan orig)

copy constructor

Member Function Documentation

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

assignment operator

virtual int DtIfRequestPlan::type ( ) const
virtual

Returns the type of Interface Content.

virtual DtSimInterfaceContent* DtIfRequestPlan::clone ( ) const
virtual
virtual const DtString& DtIfRequestPlan::name ( ) const
virtual

Set/get the name string of plan.

virtual void DtIfRequestPlan::setName ( const DtString name)
virtual
virtual void DtIfRequestPlan::setAddPlanStatementCallback ( bool  )
virtual

If false, will not tell the back end to send current plan statement or start sending messages when statements change (by default this is true)

virtual bool DtIfRequestPlan::addPlanStatementCallback ( ) const
virtual
virtual int DtIfRequestPlan::netRepSize ( ) const
virtual
virtual bool DtIfRequestPlan::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfRequestPlan::setToNet ( )
virtual
virtual void DtIfRequestPlan::printDataToString ( DtString str)
virtual
static DtSimInterfaceContent* DtIfRequestPlan::creator ( )
static

Member Data Documentation

DtString DtIfRequestPlan::myName
protected
bool DtIfRequestPlan::myAddPlanStatementCallback
protected

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

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)