VR-Link API Documentation for HLA 1.3
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.
DtNetU32 lslong
 Least Significant Long Used for internal storage, do not set directly.

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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)