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

class DtIfModifyOrganization: More...

Inheritance diagram for DtIfModifyOrganization:
Inheritance graph
[legend]

List of all members.

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

default constructor

destructor

copy constructor


Member Function Documentation

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

assignment operator

Returns a newly created instance of a DtIfModifyOrganization.

Implements DtSimInterfaceContent.

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

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

Implements DtSimInterfaceContent.

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]

Reimplemented from DtSimInterfaceContent.

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

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfModifyOrganization::setToNet ( ) [virtual]

Reimplemented from DtSimInterfaceContent.

virtual void DtIfModifyOrganization::printDataToString ( DtString str) [virtual]

Reimplemented from DtSimInterfaceContent.


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 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)