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