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