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 Attributes
DtNetSocketHeader Class Reference

Currently, DtNetSocketHeader contains a simple size field at offset 0 to be used by DtTcpSocket to read in a packet with this header. More...

+ Collaboration diagram for DtNetSocketHeader:

Public Attributes

MAKRti::DtNetU32 totalSize
 

Detailed Description

Currently, DtNetSocketHeader contains a simple size field at offset 0 to be used by DtTcpSocket to read in a packet with this header.

BEWARE OF CHANGES TO THIS STRUCTURE! Changing the size of this structure could result in adverse consequences related to message metadata processing. Since this header is often prepended to an existing message which may already have metadata aligned to the correct boundaries it could change the alignment of metadata within, in turn making it impossible for the recipient to recover the metadata. As long as this structure is a multiple of 32 bits in length all alignments will be preserved.

Member Data Documentation

MAKRti::DtNetU32 DtNetSocketHeader::totalSize

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

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)