![]() |
VR-Link API Documentation for HLA 1.3
|
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) | |
| DtLEU128 & | operator= (const DtLEU128 &other) |
| DtLEU128 & | operator= (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. | |
A little endian byte aligned 128 unsigned integer data structure.
This type is used for the code generator in VR-Link.
|
inline |
|
inline |
|
inline |
|
inline |
| 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