VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual charnetRep ()
virtual void printContentType (DtString &str)
virtual void setUseSessionId (bool yesNo)
virtual bool useSessionId () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
static void setFactory (DtInterfaceContentFactory *factory)
static DtInterfaceContentFactoryfactory ()
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)

Protected Attributes

DtEntityIdentifier myObjectIdentifier
DtEntityIdentifier myOldSuperiorId
DtEntityIdentifier myNewSuperiorId
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual charcreateNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn

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.

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.

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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)