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

class DtIfDeleteVrfObject: More...

Inheritance diagram for DtIfDeleteVrfObject:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIfDeleteVrfObject ()
 default constructor
virtual ~DtIfDeleteVrfObject ()
 destructor
 DtIfDeleteVrfObject (const DtIfDeleteVrfObject &orig)
 copy constructor
DtIfDeleteVrfObjectoperator= (const DtIfDeleteVrfObject &orig)
 assignment operator
virtual DtSimInterfaceContentclone () const
 Returns a newly created instance of a DtIfDeleteVrfObject.
virtual int type () const
 Returns the string type of message, DtDeleteVrfObjectMessageType (defined in msgTypes.h).
virtual void setObjectName (const DtString &objectName)
 Set/get the name of the vrf object to delete.
virtual const DtStringobjectName () const
void setName (const DtString &name)
 These are here for back compatibility and should be removed after the next release.
const DtStringname () 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 myObjectName

Detailed Description

class DtIfDeleteVrfObject:

Instances of DtIfDeleteVrfObject are the message content for delete vrf object messages. These messages are sent to request that a given vrf object get deleted from the simulation. Content-Type: DtDeleteVrfObjectMessageType

Parameters: name - A DtString that is the echelon ID string of the object to remove.


Constructor & Destructor Documentation

default constructor

destructor

copy constructor


Member Function Documentation

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

assignment operator

virtual DtSimInterfaceContent* DtIfDeleteVrfObject::clone ( ) const [virtual]

Returns a newly created instance of a DtIfDeleteVrfObject.

Implements DtSimInterfaceContent.

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

Returns the string type of message, DtDeleteVrfObjectMessageType (defined in msgTypes.h).

Implements DtSimInterfaceContent.

virtual void DtIfDeleteVrfObject::setObjectName ( const DtString objectName) [virtual]

Set/get the name of the vrf object to delete.

Referenced by setName().

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

Referenced by name().

void DtIfDeleteVrfObject::setName ( const DtString name) [inline]

These are here for back compatibility and should be removed after the next release.

References setObjectName().

const DtString & DtIfDeleteVrfObject::name ( ) const [inline]

References objectName().

virtual int DtIfDeleteVrfObject::netRepSize ( ) const [virtual]

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfDeleteVrfObject::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
) [virtual]

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfDeleteVrfObject::setToNet ( ) [virtual]

Reimplemented from DtSimInterfaceContent.

virtual void DtIfDeleteVrfObject::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)