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

class DtIfRemoveFromOrganization: More...

Inheritance diagram for DtIfRemoveFromOrganization:
Inheritance graph
[legend]

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)
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual char * netRep ()
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 ()

Protected Attributes

DtEntityIdentifier myObjectIdentifier
- Protected Attributes inherited from DtSimInterfaceContent
char * myNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual char * createNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory

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

DtIfRemoveFromOrganization::DtIfRemoveFromOrganization ( )

default constructor

virtual DtIfRemoveFromOrganization::~DtIfRemoveFromOrganization ( )
virtual

destructor

DtIfRemoveFromOrganization::DtIfRemoveFromOrganization ( const DtIfRemoveFromOrganization orig)

copy constructor

Member Function Documentation

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

assignment operator

virtual DtSimInterfaceContent* DtIfRemoveFromOrganization::clone ( ) const
virtual

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.

virtual bool DtIfRemoveFromOrganization::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfRemoveFromOrganization::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfRemoveFromOrganization::creator ( )
static

Member Data Documentation

DtEntityIdentifier DtIfRemoveFromOrganization::myObjectIdentifier
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)