VR-Link API Documentation for DIS
Classes | Public Member Functions | Public Attributes
DtNetFloat64 Class Reference

Network-order 64-bit IEEE-754 floating-point quantity. More...

+ Collaboration diagram for DtNetFloat64:

List of all members.

Classes

union  TempLayout
 Used to Swap Longs. More...

Public Member Functions

 DtNetFloat64 ()
 DtNetFloat64 (const DtFloat64 &)
 DtNetFloat64 (const DtNetFloat64 &)
DtNetFloat64operator= (const DtNetFloat64 &)
DtNetFloat64operator= (const DtFloat64 &)
 operator DtFloat64 () const

Public Attributes

DtNetU32 mslong
 Used for internal storage, do not set directly.
DtNetU32 lslong
 Used for internal storage, do not set directly.

Detailed Description

Network-order 64-bit IEEE-754 floating-point quantity.

See also:
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtNetFloat64::DtNetFloat64 ( const DtFloat64 ) [inline]
DtNetFloat64::DtNetFloat64 ( const DtNetFloat64 ) [inline]

Member Function Documentation

DtNetFloat64::operator DtFloat64 ( ) const [inline]
DtNetFloat64& DtNetFloat64::operator= ( const DtNetFloat64 ) [inline]
DtNetFloat64& DtNetFloat64::operator= ( const DtFloat64 ) [inline]

Member Data Documentation

Used for internal storage, do not set directly.

Least Significant Long

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)