VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Public Attributes
DtNetInt64 Class Reference

A Network byte aligned 64 integer data structure. More...

+ Collaboration diagram for DtNetInt64:

Classes

union  TempLayout
 Used to Swap Longs. More...
 

Public Member Functions

 DtNetInt64 ()
 
 DtNetInt64 (const DtInt64 &f)
 
 DtNetInt64 (const DtNetInt64 &f)
 
DtNetInt64operator= (const DtNetInt64 &other)
 
DtNetInt64operator= (const DtInt64 &other)
 
 operator DtInt64 () const
 

Public Attributes

DtNetInt32 mslong
 Used for internal storage, do not set directly. More...
 
DtNetInt32 lslong
 Least Significant Long Used for internal storage, do not set directly. More...
 

Detailed Description

A Network byte aligned 64 integer data structure.

This type is used for network encoding in VR-Link.

See Also
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtNetInt64::DtNetInt64 ( )
inline
DtNetInt64::DtNetInt64 ( const DtInt64 f)
inline
DtNetInt64::DtNetInt64 ( const DtNetInt64 f)
inline

Member Function Documentation

DtNetInt64::operator DtInt64 ( ) const
inline
DtNetInt64& DtNetInt64::operator= ( const DtNetInt64 other)
inline
DtNetInt64& DtNetInt64::operator= ( const DtInt64 other)
inline

Member Data Documentation

DtNetInt32 DtNetInt64::lslong

Least Significant Long Used for internal storage, do not set directly.

DtNetInt32 DtNetInt64::mslong

Used for internal storage, do not set directly.

Most Significant Long


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

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)