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

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

+ Collaboration diagram for DtNetU64:

Classes

union  TempLayout
 Used to Swap Longs. More...
 

Public Member Functions

 DtNetU64 ()
 
 DtNetU64 (const DtU64 &f)
 
 DtNetU64 (const DtNetU64 &f)
 
DtNetU64operator= (const DtNetU64 &other)
 
DtNetU64operator= (const DtU64 &other)
 
 operator DtU64 () const
 

Public Attributes

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

Detailed Description

A Network byte aligned 64 unsigned integer data structure.

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

See Also
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtNetU64::DtNetU64 ( )
inline
DtNetU64::DtNetU64 ( const DtU64 f)
inline
DtNetU64::DtNetU64 ( const DtNetU64 f)
inline

Member Function Documentation

DtNetU64::operator DtU64 ( ) const
inline
DtNetU64& DtNetU64::operator= ( const DtNetU64 other)
inline
DtNetU64& DtNetU64::operator= ( const DtU64 other)
inline

Member Data Documentation

DtNetU32 DtNetU64::lslong

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

DtNetU32 DtNetU64::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 Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)