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

class DtIfRemoveFromOrganization: More...

Inheritance diagram for DtIfRemoveFromOrganization:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIfRemoveFromOrganization ()
 default constructor
virtual ~DtIfRemoveFromOrganization ()
 destructor
 DtIfRemoveFromOrganization (const DtIfRemoveFromOrganization &orig)
 copy constructor
DtIfRemoveFromOrganizationoperator= (const DtIfRemoveFromOrganization &orig)
 assignment operator
virtual DtSimInterfaceContentclone () const
 Returns a newly created instance of a DtIfRemoveFromOrganization.
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 (site:app:object id) of the vrf object.
virtual const DtEntityIdentifier & objectIdentifier () 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

Detailed Description

class DtIfRemoveFromOrganization:

Instances of DtIfRemoveFromOrganization are the message content for modify organization messages sent from one VR-Forces process to another. The purpose of the message is to request that the VR-Forces process responsible for locally simulating a given vrf object remove it from the organization (that is, detach from its superior).

Content-Type: DtRemoveFromOrganizationType


Constructor & Destructor Documentation

default constructor

destructor

copy constructor


Member Function Documentation

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

assignment operator

Returns a newly created instance of a DtIfRemoveFromOrganization.

Implements DtSimInterfaceContent.

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

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

Implements DtSimInterfaceContent.

virtual void DtIfRemoveFromOrganization::setObjectIdentifier ( const DtEntityIdentifier &  objectIdentifier) [virtual]

Set/get the object identifier (site:app:object id) of the vrf object.

Corresponds to entity identifier for individual entities, aggregate Id for aggregates, and object identifier for environmental process objects.

virtual const DtEntityIdentifier& DtIfRemoveFromOrganization::objectIdentifier ( ) const [virtual]
virtual int DtIfRemoveFromOrganization::netRepSize ( ) const [virtual]

Reimplemented from DtSimInterfaceContent.

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

Reimplemented from DtSimInterfaceContent.

Reimplemented from DtSimInterfaceContent.

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

Reimplemented from DtSimInterfaceContent.


Member Data Documentation

DtEntityIdentifier DtIfRemoveFromOrganization::myObjectIdentifier [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)