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

class DtRestartPlanCommand: More...

Inheritance diagram for DtRestartPlanCommand:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtRestartPlanCommand ()
 default constructor
 DtRestartPlanCommand (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=NULL)
 Usual constructor.
 DtRestartPlanCommand (const DtString &writeName, const DtRestartPlanCommand &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor
virtual ~DtRestartPlanCommand ()
 destructor
 DtRestartPlanCommand (const DtRestartPlanCommand &orig)
 copy constructor
DtRestartPlanCommandoperator= (const DtRestartPlanCommand &orig)
 assignment operator
int type () const
 Returns the type of Interface Content.
virtual DtSimCommandclone (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 DtStringobjectName () const
 Name of the object to restart the plan for.
virtual void setObjectName (const DtString &name)
 Name of the object to restart the plan for.

Static Public Member Functions

static DtSimCommandcreator ()

Protected Attributes

DtRwString myObjectName

Detailed Description

class DtRestartPlanCommand:

Instances of DtRestartPlanCommand are the content portion of requests to restart the Plan associated with a given entity.

Content-Type: DtREstartPlanCommandType

Parameters: object name - the name DtString that identifies the entity whose plan should be restarted.


Constructor & Destructor Documentation

default constructor

DtRestartPlanCommand::DtRestartPlanCommand ( const DtString writeName,
DtReaderWriterRegistry parentRegistry = NULL 
)

Usual constructor.

DtRestartPlanCommand::DtRestartPlanCommand ( const DtString writeName,
const DtRestartPlanCommand orig,
DtReaderWriterRegistry parentRegistry = NULL 
)

copy constructor

destructor

copy constructor


Member Function Documentation

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

assignment operator

int DtRestartPlanCommand::type ( ) const [virtual]

Returns the type of Interface Content.

Implements DtSimCommand.

virtual DtSimCommand* DtRestartPlanCommand::clone ( const DtString name,
DtReaderWriterRegistry parentRegistry = 0 
) const [virtual]
Returns:
A new instance of this class, copied from the original.

Implements DtSimCommand.

virtual const DtString& DtRestartPlanCommand::objectName ( ) const [virtual]

Name of the object to restart the plan for.

virtual void DtRestartPlanCommand::setObjectName ( const DtString name) [virtual]

Name of the object to restart the plan for.

virtual int DtRestartPlanCommand::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 DtRestartPlanCommand::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 DtRestartPlanCommand::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 DtRestartPlanCommand::stringRep ( ) const [virtual]

Text representation of this command.

Implements DtSimCommand.


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)