![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtIssuePlanCommand () | |
| default constructor | |
| DtIssuePlanCommand (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=NULL) | |
| Usual constructor. | |
| DtIssuePlanCommand (const DtString &writeName, const DtIssuePlanCommand &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| virtual | ~DtIssuePlanCommand () |
| destructor | |
| DtIssuePlanCommand (const DtIssuePlanCommand &orig) | |
| copy constructor | |
| DtIssuePlanCommand & | operator= (const DtIssuePlanCommand &orig) |
| assignment operator | |
| int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimCommand * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| virtual int | netRepSize () const |
| Returns the size in bytes of the network representation of the class. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Sets mySubsimCommand member from the incoming contentBuffer (cast to type DtNetSimSimCommand). | |
| virtual bool | setToNet () |
| Calls netRep() to create the network buffer. | |
| virtual DtString | stringRep () const |
| Text representation of this command. | |
| virtual const DtString & | objectName () const |
| Name of the object receiving the plan. | |
| virtual void | setObjectName (const DtString &name) |
| Name of the object receiving the plan. | |
| virtual const DtPlan & | plan () const |
| Plan. | |
| virtual void | setPlan (const DtPlan &name) |
| Plan. | |
Static Public Member Functions | |
| static DtSimCommand * | creator () |
Protected Attributes | |
| DtRwString | myObjectName |
| DtRwInt | myStatements |
| DtPlan | myPlan |
default constructor
| DtIssuePlanCommand::DtIssuePlanCommand | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
Usual constructor.
| DtIssuePlanCommand::DtIssuePlanCommand | ( | const DtString & | writeName, |
| const DtIssuePlanCommand & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtIssuePlanCommand::~DtIssuePlanCommand | ( | ) | [virtual] |
destructor
| DtIssuePlanCommand::DtIssuePlanCommand | ( | const DtIssuePlanCommand & | orig | ) |
copy constructor
| DtIssuePlanCommand& DtIssuePlanCommand::operator= | ( | const DtIssuePlanCommand & | orig | ) |
assignment operator
| int DtIssuePlanCommand::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimCommand.
| virtual DtSimCommand* DtIssuePlanCommand::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Implements DtSimCommand.
| virtual const DtString& DtIssuePlanCommand::objectName | ( | ) | const [virtual] |
Name of the object receiving the plan.
| virtual void DtIssuePlanCommand::setObjectName | ( | const DtString & | name | ) | [virtual] |
Name of the object receiving the plan.
| virtual const DtPlan& DtIssuePlanCommand::plan | ( | ) | const [virtual] |
Plan.
| virtual void DtIssuePlanCommand::setPlan | ( | const DtPlan & | name | ) | [virtual] |
Plan.
| virtual int DtIssuePlanCommand::netRepSize | ( | ) | const [virtual] |
Returns the size in bytes of the network representation of the class.
This is the size in bytes of the DtNetSimSimCommand structure. Derived classes should take into acount the size returned by this class when overriding (they should call down to this class and add the result to their additional size).
Reimplemented from DtSimCommand.
| virtual bool DtIssuePlanCommand::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Sets mySubsimCommand member from the incoming contentBuffer (cast to type DtNetSimSimCommand).
Derived classes should call down to this function first, and then extract their own data starting at the location contentBuffer + DtSimCommand::netRepSize().
Reimplemented from DtSimCommand.
| virtual bool DtIssuePlanCommand::setToNet | ( | ) | [virtual] |
Calls netRep() to create the network buffer.
Casts the resulting myNetRep to type DtNetSimSimCommand*, and then sets the mySubsimCommand member in the DtNetSimSimCommand from mySubsimCommand. Derived classes should call down to the base class version of setToNet() at the start of the function (before doing any processing on the network representation) They can then start to fill in their network data, starting at the location myNetRep + DtSimCommand::netRepSize().
Reimplemented from DtSimCommand.
| virtual DtString DtIssuePlanCommand::stringRep | ( | ) | const [virtual] |
Text representation of this command.
Implements DtSimCommand.
| static DtSimCommand* DtIssuePlanCommand::creator | ( | ) | [static] |
DtRwString DtIssuePlanCommand::myObjectName [protected] |
DtRwInt DtIssuePlanCommand::myStatements [protected] |
DtPlan DtIssuePlanCommand::myPlan [protected] |