MAK RTIspy API Documentation for HLA 1.3
 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
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:

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!

Additional Inherited Members

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

DtRtiMtdTestId::DtRtiMtdTestId ( caddr_t  msg)

Constructor.

DtRtiMtdTestId::DtRtiMtdTestId ( DtRtiMsg msg)
DtRtiMtdTestId::~DtRtiMtdTestId ( )
virtual

Destructor.

DtRtiMtdTestId::DtRtiMtdTestId ( const DtRtiMtdTestId )
private

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 Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)