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 | Public Member Functions | Public Attributes

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

+ Collaboration diagram for DtNetU128:

Public Member Functions

 DtNetU128 ()
 DtNetU128 (const DtU128 &f)
 DtNetU128 (const DtNetU128 &f)
DtNetU128operator= (const DtNetU128 &other)
DtNetU128operator= (const DtU128 &other)
 operator DtU128 () const

Public Attributes

DtNetU64 ms64bits
 Used for internal storage, do not set directly.
DtNetU64 ls64bits
 Least Significant 64 bits Used for internal storage, do not set directly.

Detailed Description

A Network byte aligned 128 unsigned integer data structure.

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

See Also
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtNetU128::DtNetU128 ( )
inline
DtNetU128::DtNetU128 ( const DtU128 f)
inline
DtNetU128::DtNetU128 ( const DtNetU128 f)
inline

Member Function Documentation

DtNetU128::operator DtU128 ( ) const
inline
DtNetU128& DtNetU128::operator= ( const DtNetU128 other)
inline
DtNetU128& DtNetU128::operator= ( const DtU128 other)
inline

Member Data Documentation

DtNetU64 DtNetU128::ls64bits

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

DtNetU64 DtNetU128::ms64bits

Used for internal storage, do not set directly.

Most Significant 64 bits


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

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)