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

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!

Additional Inherited Members

Constructor & Destructor Documentation

DtRtiMtdForwarderGroupId::DtRtiMtdForwarderGroupId ( caddr_t  msg)

Constructor.

DtRtiMtdForwarderGroupId::DtRtiMtdForwarderGroupId ( DtRtiMsg msg)
DtRtiMtdForwarderGroupId::~DtRtiMtdForwarderGroupId ( )
virtual

Destructor.

DtRtiMtdForwarderGroupId::DtRtiMtdForwarderGroupId ( const DtRtiMtdForwarderGroupId )
private

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 Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)