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

class DtIfModifyOrganization: More...

Inheritance diagram for DtIfModifyOrganization:
Inheritance graph
[legend]

Public Member Functions

 DtIfModifyOrganization ()
 default constructor
virtual ~DtIfModifyOrganization ()
 destructor
 DtIfModifyOrganization (const DtIfModifyOrganization &orig)
 copy constructor
DtIfModifyOrganizationoperator= (const DtIfModifyOrganization &orig)
 assignment operator
virtual DtSimInterfaceContentclone () const
 Returns a newly created instance of a DtIfModifyOrganization.
virtual int type () const
 Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
virtual void setObjectIdentifier (const DtEntityIdentifier &objectIdentifier)
 Set/get the object identifier of the object that will be moved in the organization.
virtual const DtEntityIdentifier & objectIdentifier () const
virtual void setOldSuperiorId (const DtEntityIdentifier &objectIdentifier)
 Set/get the object identifier of the object that is currently the superior of the target object.
virtual const DtEntityIdentifier & oldSuperiorId () const
virtual void setNewSuperiorId (const DtEntityIdentifier &objectIdentifier)
 Set/get the object identifier of the object that will be the new superior of the target object.
virtual const DtEntityIdentifier & newSuperiorId () 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

DtEntityIdentifier myObjectIdentifier
DtEntityIdentifier myOldSuperiorId
DtEntityIdentifier myNewSuperiorId

Detailed Description

class DtIfModifyOrganization:

Instances of DtIfModifyOrganization are the message content moving an organized VRF-Object from one superior to another.

Content-Type: DtModifyOrganizationType

Constructor & Destructor Documentation

DtIfModifyOrganization::DtIfModifyOrganization ( )

default constructor

virtual DtIfModifyOrganization::~DtIfModifyOrganization ( )
virtual

destructor

DtIfModifyOrganization::DtIfModifyOrganization ( const DtIfModifyOrganization orig)

copy constructor

Member Function Documentation

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

assignment operator

virtual DtSimInterfaceContent* DtIfModifyOrganization::clone ( ) const
virtual

Returns a newly created instance of a DtIfModifyOrganization.

virtual int DtIfModifyOrganization::type ( ) const
virtual

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

virtual void DtIfModifyOrganization::setObjectIdentifier ( const DtEntityIdentifier &  objectIdentifier)
virtual

Set/get the object identifier of the object that will be moved in the organization.

virtual const DtEntityIdentifier& DtIfModifyOrganization::objectIdentifier ( ) const
virtual
virtual void DtIfModifyOrganization::setOldSuperiorId ( const DtEntityIdentifier &  objectIdentifier)
virtual

Set/get the object identifier of the object that is currently the superior of the target object.

virtual const DtEntityIdentifier& DtIfModifyOrganization::oldSuperiorId ( ) const
virtual
virtual void DtIfModifyOrganization::setNewSuperiorId ( const DtEntityIdentifier &  objectIdentifier)
virtual

Set/get the object identifier of the object that will be the new superior of the target object.

virtual const DtEntityIdentifier& DtIfModifyOrganization::newSuperiorId ( ) const
virtual
virtual int DtIfModifyOrganization::netRepSize ( ) const
virtual
virtual bool DtIfModifyOrganization::setFromNet ( const char *  contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfModifyOrganization::setToNet ( )
virtual
virtual void DtIfModifyOrganization::printDataToString ( DtString str)
virtual
static DtSimInterfaceContent* DtIfModifyOrganization::creator ( )
static

Member Data Documentation

DtEntityIdentifier DtIfModifyOrganization::myObjectIdentifier
protected
DtEntityIdentifier DtIfModifyOrganization::myOldSuperiorId
protected
DtEntityIdentifier DtIfModifyOrganization::myNewSuperiorId
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)