MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
virtual DtRtiMtdForwarderGroupId::~DtRtiMtdForwarderGroupId ( )
virtual

Destructor.

DtRtiMtdForwarderGroupId::DtRtiMtdForwarderGroupId ( const DtRtiMtdForwarderGroupId )
private

Copy CTOR Not Implemented – Copy Not Allowed!

Member Function Documentation

virtual 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.

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

Assignment Operator Not Implemented – Assignment Not Allowed!

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

Reserves space in RTI message buffer (if necessary) for group name metadata, encodes (serializes) string, and copies into message buffer.

Returns true if successful, false otherwise.

Member Data Documentation

const unsigned int DtRtiMtdForwarderGroupId::myPayloadAlignment
protected

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

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)