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
DtRtiMtdNull Class Reference
+ Inheritance diagram for DtRtiMtdNull:
+ Collaboration diagram for DtRtiMtdNull:

Public Member Functions

 DtRtiMtdNull (caddr_t msg)
 Constructor. More...
 
 DtRtiMtdNull (DtRtiMsg *msg)
 
virtual ~DtRtiMtdNull ()
 Destructor. More...
 
virtual bool get () const
 Find the first null metadata block within the message metadata. More...
 
virtual bool set ()
 Reserves space in RTI message buffer (if necessary) for a null metadata block which consists entirely of a metadata header. More...
 

Protected Attributes

const unsigned int myPayloadAlignment
 

Private Member Functions

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

Additional Inherited Members

Constructor & Destructor Documentation

DtRtiMtdNull::DtRtiMtdNull ( caddr_t  msg)

Constructor.

DtRtiMtdNull::DtRtiMtdNull ( DtRtiMsg msg)
virtual DtRtiMtdNull::~DtRtiMtdNull ( )
virtual

Destructor.

DtRtiMtdNull::DtRtiMtdNull ( const DtRtiMtdNull )
private

Copy CTOR Not Implemented – Copy Not Allowed!

Member Function Documentation

virtual bool DtRtiMtdNull::get ( ) const
virtual

Find the first null metadata block within the message metadata.

Since this metadata is null, there is nothing to get and this method only serves to confirm that the entry exists. Return: found entry?

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

Assignment Operator Not Implemented – Assignment Not Allowed!

virtual bool DtRtiMtdNull::set ( )
virtual

Reserves space in RTI message buffer (if necessary) for a null metadata block which consists entirely of a metadata header.

Returns true if successful, false otherwise.

Member Data Documentation

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