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 | Classes | Public Member Functions | Public Attributes
DtLEFloat64 Class Reference

little endian 64-bit IEEE-754 floating-point quantity. More...

+ Collaboration diagram for DtLEFloat64:

Classes

union  TempLayout
 Used to Swap Longs. More...

Public Member Functions

 DtLEFloat64 ()
 DtLEFloat64 (const DtFloat64 &)
 DtLEFloat64 (const DtLEFloat64 &)
DtLEFloat64operator= (const DtLEFloat64 &)
DtLEFloat64operator= (const DtFloat64 &)
 operator DtFloat64 () const

Public Attributes

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

Detailed Description

little endian 64-bit IEEE-754 floating-point quantity.

Constructor & Destructor Documentation

DtLEFloat64::DtLEFloat64 ( )
inline
DtLEFloat64::DtLEFloat64 ( const DtFloat64 )
inline
DtLEFloat64::DtLEFloat64 ( const DtLEFloat64 )
inline

Member Function Documentation

DtLEFloat64::operator DtFloat64 ( ) const
inline
DtLEFloat64& DtLEFloat64::operator= ( const DtLEFloat64 )
inline
DtLEFloat64& DtLEFloat64::operator= ( const DtFloat64 )
inline

Member Data Documentation

DtLEU32 DtLEFloat64::lslong

Used for internal storage, do not set directly.

Least Significant Long

DtLEU32 DtLEFloat64::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 Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)