MAK RTIspy API Documentation for HLA Evolved
Public Member Functions | Protected Attributes | Private Member Functions
DtRtiMtdForwarderGroupId Class Reference
+ Inheritance diagram for DtRtiMtdForwarderGroupId:
+ Collaboration diagram for DtRtiMtdForwarderGroupId:

List of all members.

Public Member Functions

 DtRtiMtdForwarderGroupId (caddr_t msg)
 Constructor.
 DtRtiMtdForwarderGroupId (DtRtiMsg *msg)
virtual ~DtRtiMtdForwarderGroupId ()
 Destructor.
virtual int get (char **groupName) const
 Find the first destination list within the message metadata.
virtual bool set (const char *groupName, unsigned int nameLen=0)
 Reserves space in RTI message buffer (if necessary) for group name metadata, encodes (serializes) string, and copies into message buffer.

Protected Attributes

const unsigned int myPayloadAlignment

Private Member Functions

 DtRtiMtdForwarderGroupId (const DtRtiMtdForwarderGroupId &)
 Copy CTOR Not Implemented -- Copy Not Allowed!
DtRtiMtdForwarderGroupIdoperator= (const DtRtiMtdForwarderGroupId &)
 Assignment Operator Not Implemented -- Assignment Not Allowed!

Constructor & Destructor Documentation

Constructor.

Destructor.

Copy CTOR Not Implemented -- Copy Not Allowed!


Member Function Documentation

int DtRtiMtdForwarderGroupId::get ( char **  groupName) const [virtual]

Find the first destination list within the message metadata.

If none found returns 0. If found copies decoded metatdata to string object supplied (groupName) and returns the size of the string (in bytes). Resizes 'groupName' if original supplied is not large enough to accommodate value in message metadata.

References DtRtiMetadata::locate().

Referenced by DtSmartForwardingProcessor::federateJoined().

DtRtiMtdForwarderGroupId& DtRtiMtdForwarderGroupId::operator= ( const DtRtiMtdForwarderGroupId ) [private]

Assignment Operator Not Implemented -- Assignment Not Allowed!

bool DtRtiMtdForwarderGroupId::set ( const char *  groupName,
unsigned int  nameLen = 0 
) [virtual]

Member Data Documentation

const unsigned int DtRtiMtdForwarderGroupId::myPayloadAlignment [protected]

Referenced by set().


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)