VR-Link API Documentation for HLA 1.3
Classes | Public Member Functions | Public Attributes

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

+ Collaboration diagram for DtNetU64:

List of all members.

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

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

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 May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)