VR-Link API Documentation for DIS
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)