![]() |
VR-Forces 4.10 Class Documentation
|
class DtIfAddToOrganization: More...

Public Member Functions | |
| DtIfAddToOrganization () | |
| default constructor More... | |
| virtual | ~DtIfAddToOrganization () |
| destructor More... | |
| DtIfAddToOrganization (const DtIfAddToOrganization &orig) | |
| copy constructor More... | |
| DtIfAddToOrganization & | operator= (const DtIfAddToOrganization &orig) |
| assignment operator More... | |
| virtual int | type () const |
| Returns the string type of message, DtAddToOrganizationType (defined in msgTypes.h). More... | |
| virtual void | setUUID (const DtUUID &objectIdentifier) |
| Set/get the vrf object identifier. More... | |
| virtual const DtUUID & | uuid () const |
| virtual void | setNewSuperior (const DtUUID &superior) |
| Set/get the current object of the vrf object whose position in the organization you want to modify. More... | |
| virtual const DtUUID & | newSuperior () const |
| virtual void | setSuperiorIsForce (bool isForce) |
| If superiorIsForce is set to true, the newSuperiorId is disregarded, and the new superior is the force level object corresponding to the objects force type. More... | |
| virtual bool | superiorIsForce () const |
| virtual void | setDesignator (int pos) |
| Set/get assign designator flag. More... | |
| virtual int | designator () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| DtSimInterfaceContent * | clone () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtUUID | myUUID |
| DtUUID | myNewSuperior |
| int | myDesignator |
| bool | mySuperiorIsForce |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
class DtIfAddToOrganization:
Instances of DtNetIfAddToOrganization are the message content for adding an organized entity to a superior.
Content-Type: DtAddToOrganizationType
| DtIfAddToOrganization::DtIfAddToOrganization | ( | ) |
default constructor
|
virtual |
destructor
| DtIfAddToOrganization::DtIfAddToOrganization | ( | const DtIfAddToOrganization & | orig | ) |
copy constructor
| DtIfAddToOrganization& DtIfAddToOrganization::operator= | ( | const DtIfAddToOrganization & | orig | ) |
assignment operator
|
virtual |
Returns the string type of message, DtAddToOrganizationType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
|
virtual |
Set/get the vrf object identifier.
Corresponds to entity identifier for individual entities, aggregate Id for aggregates, and UUID for environmental process objects.
|
virtual |
|
virtual |
Set/get the current object of the vrf object whose position in the organization you want to modify.
|
virtual |
|
virtual |
If superiorIsForce is set to true, the newSuperiorId is disregarded, and the new superior is the force level object corresponding to the objects force type.
(This is necessary because force level objects are not published, and the front end or other backends will not know the object ID to use when referencing them.)
|
virtual |
|
virtual |
Set/get assign designator flag.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |