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. More...
 
 DtRtiMtdTestId (DtRtiMsg *msg)
 
virtual ~DtRtiMtdTestId ()
 Destructor. More...
 
virtual bool get (unsigned int &testId) const
 Find the testIdMetaData within the message metadata. More...
 
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. More...
 

Protected Attributes

const unsigned int myPayloadAlignment
 

Private Member Functions

 DtRtiMtdTestId (const DtRtiMtdTestId &)
 Copy CTOR Not Implemented – Copy Not Allowed! More...
 
DtRtiMtdTestIdoperator= (const DtRtiMtdTestId &)
 Assignment Operator Not Implemented – Assignment Not Allowed! More...
 

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)
virtual DtRtiMtdTestId::~DtRtiMtdTestId ( )
virtual

Destructor.

DtRtiMtdTestId::DtRtiMtdTestId ( const DtRtiMtdTestId )
private

Copy CTOR Not Implemented – Copy Not Allowed!

Member Function Documentation

virtual 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

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

Assignment Operator Not Implemented – Assignment Not Allowed!

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

Reserves space in RTI message buffer (if necessary) for additional TestId metadata, encodes TestId, and copies into message buffer.

Member Data Documentation

const unsigned int DtRtiMtdTestId::myPayloadAlignment
protected

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

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)