MAK RTIspy API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
DtNetMsgHeaderParam Class Reference

A message parameter class specifically to handle DtNetMsgHeader. More...

+ Inheritance diagram for DtNetMsgHeaderParam:
+ Collaboration diagram for DtNetMsgHeaderParam:

Public Member Functions

 DtNetMsgHeaderParam (DtRtiTemplateMsg *msg)
 
 ~DtNetMsgHeaderParam ()
 
void * endPtr ()
 Returns a pointer to location just after this parameter in the message. More...
 
const void * endPtr () const
 
unsigned minSize ()
 Returns the minimum size of this parameter. More...
 
unsigned elementSize ()
 Same as minSize. More...
 
void print () const
 Prints the parameter. More...
 
void setOctetBoundary (unsigned prevBoundary)
 Sets the octet boundary of the parameter in the message based on the boundary of this parameter and the boundary of the previous parameter. More...
 
- Public Member Functions inherited from DtRtiBaseMsgParam
 ~DtRtiBaseMsgParam ()
 
void setPrevParam (DtRtiBaseMsgParam *prevParam)
 Sets the pointer to the previous parameter in the message. More...
 
void * beginPtr ()
 Returns a pointer to the start of this parameter in the message. More...
 
const void * beginPtr () const
 
virtual const char * name () const
 Returns the parameter name. More...
 
unsigned octetBoundary () const
 Returns the octet boundary of the parameter in the message. More...
 

Static Public Member Functions

static const char * headerName ()
 

Protected Member Functions

 DtNetMsgHeaderParam (const DtNetMsgHeaderParam &)
 
- Protected Member Functions inherited from DtRtiBaseMsgParam
 DtRtiBaseMsgParam (const char *paramName)
 

Protected Attributes

DtRtiTemplateMsgmyMsg
 
- Protected Attributes inherited from DtRtiBaseMsgParam
DtRtiBaseMsgParammyPrevParam
 Pointer to the previous parameter in this message. More...
 
unsigned myOctetBoundary
 Octet boundary of this parameter. More...
 
const char * myName
 The parameter name. More...
 

Detailed Description

A message parameter class specifically to handle DtNetMsgHeader.

Constructor & Destructor Documentation

DtNetMsgHeaderParam::DtNetMsgHeaderParam ( DtRtiTemplateMsg msg)
inline
DtNetMsgHeaderParam::~DtNetMsgHeaderParam ( )
inline
DtNetMsgHeaderParam::DtNetMsgHeaderParam ( const DtNetMsgHeaderParam )
protected

Member Function Documentation

unsigned DtNetMsgHeaderParam::elementSize ( )
inlinevirtual

Same as minSize.

Implements DtRtiBaseMsgParam.

void* DtNetMsgHeaderParam::endPtr ( )
inlinevirtual

Returns a pointer to location just after this parameter in the message.

Implements DtRtiBaseMsgParam.

References myMsg, and DtRtiMsg::netHeader().

const void* DtNetMsgHeaderParam::endPtr ( ) const
inlinevirtual

Implements DtRtiBaseMsgParam.

References myMsg, and DtRtiMsg::netHeader().

static const char* DtNetMsgHeaderParam::headerName ( )
inlinestatic
unsigned DtNetMsgHeaderParam::minSize ( )
inlinevirtual

Returns the minimum size of this parameter.

Implements DtRtiBaseMsgParam.

Referenced by setOctetBoundary().

void DtNetMsgHeaderParam::print ( ) const
inlinevirtual

Prints the parameter.

Implements DtRtiBaseMsgParam.

void DtNetMsgHeaderParam::setOctetBoundary ( unsigned  prevBoundary)
inlinevirtual

Sets the octet boundary of the parameter in the message based on the boundary of this parameter and the boundary of the previous parameter.

Octet boundaries are % 8 (64 bit).

Implements DtRtiBaseMsgParam.

References minSize(), and DtRtiBaseMsgParam::myOctetBoundary.

Member Data Documentation

DtRtiTemplateMsg* DtNetMsgHeaderParam::myMsg
protected

Referenced by endPtr().


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

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)