![]() |
VR-Link API Documentation for DIS
|
A little endian byte aligned 64 unsigned integer data structure. More...
Collaboration diagram for DtLEU64:Classes | |
| union | TempLayout |
| Used to Swap Longs. More... | |
Public Member Functions | |
| DtLEU64 () | |
| DtLEU64 (const DtU64 &f) | |
| DtLEU64 (const DtLEU64 &f) | |
| DtLEU64 & | operator= (const DtLEU64 &other) |
| DtLEU64 & | operator= (const DtU64 &other) |
| operator DtU64 () const | |
Public Attributes | |
| DtLEU32 | mslong |
| Used for internal storage, do not set directly. | |
| DtLEU32 | lslong |
| Least Significant Long Used for internal storage, do not set directly. | |
A little endian byte aligned 64 unsigned integer data structure.
This type is used for the code generator in VR-Link.
|
inline |
|
inline |
|
inline |
|
inline |
| DtLEU32 DtLEU64::lslong |
Least Significant Long Used for internal storage, do not set directly.
| DtLEU32 DtLEU64::mslong |
Used for internal storage, do not set directly.
Most Significant Long