MAK RTIspy API Documentation for HLA 1516
Public Member Functions | Protected Attributes | Private Member Functions
DtRtiMtdTestId Class Reference

DtRtiMtdTestId is a metadata type used in RTI Network testing It is used to identify to which test the message it is attached to belongs. More...

+ Inheritance diagram for DtRtiMtdTestId:
+ Collaboration diagram for DtRtiMtdTestId:

List of all members.

Public Member Functions

 DtRtiMtdTestId (caddr_t msg)
 Constructor.
 DtRtiMtdTestId (DtRtiMsg *msg)
virtual ~DtRtiMtdTestId ()
 Destructor.
virtual bool get (unsigned int &testId) const
 Find the testIdMetaData within the message metadata.
virtual bool set (unsigned int testId)
 Reserves space in RTI message buffer (if necessary) for additional TestId metadata, encodes TestId, and copies into message buffer.

Protected Attributes

const unsigned int myPayloadAlignment

Private Member Functions

 DtRtiMtdTestId (const DtRtiMtdTestId &)
 Copy CTOR Not Implemented -- Copy Not Allowed!
DtRtiMtdTestIdoperator= (const DtRtiMtdTestId &)
 Assignment Operator Not Implemented -- Assignment Not Allowed!

Detailed Description

DtRtiMtdTestId is a metadata type used in RTI Network testing It is used to identify to which test the message it is attached to belongs.


Constructor & Destructor Documentation

Constructor.

Destructor.

Copy CTOR Not Implemented -- Copy Not Allowed!


Member Function Documentation

bool DtRtiMtdTestId::get ( unsigned int &  testId) const [virtual]

Find the testIdMetaData within the message metadata.

If not found returns false, else copies decoded metadata to testId object supplied (testId) and returns true

References DtRtiMetadata::locate().

Referenced by DtTestManager::addMetadataIfNecessary(), and DtTestManager::getTestIDFromMetaData().

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

Assignment Operator Not Implemented -- Assignment Not Allowed!

bool DtRtiMtdTestId::set ( unsigned int  testId) [virtual]

Member Data Documentation

const unsigned int DtRtiMtdTestId::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)