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 | Public Member Functions | Public Attributes

A little endian byte aligned 128 unsigned integer data structure. More...

+ Collaboration diagram for DtLEU128:

Public Member Functions

 DtLEU128 ()
 DtLEU128 (const DtU128 &f)
 DtLEU128 (const DtLEU128 &f)
DtLEU128operator= (const DtLEU128 &other)
DtLEU128operator= (const DtU128 &other)
 operator DtU128 () const

Public Attributes

DtLEU64 ms64bits
 Used for internal storage, do not set directly.
DtLEU64 ls64bits
 Least Significant 64 bits Used for internal storage, do not set directly.

Detailed Description

A little endian byte aligned 128 unsigned integer data structure.

This type is used for the code generator in VR-Link.

Constructor & Destructor Documentation

DtLEU128::DtLEU128 ( )
inline
DtLEU128::DtLEU128 ( const DtU128 f)
inline
DtLEU128::DtLEU128 ( const DtLEU128 f)
inline

Member Function Documentation

DtLEU128::operator DtU128 ( ) const
inline
DtLEU128& DtLEU128::operator= ( const DtLEU128 other)
inline
DtLEU128& DtLEU128::operator= ( const DtU128 other)
inline

Member Data Documentation

DtLEU64 DtLEU128::ls64bits

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

DtLEU64 DtLEU128::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 Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)