![]() |
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. | |
| DtNetInt32 | lslong |
| Least Significant Long Used for internal storage, do not set directly. | |
A Network byte aligned 64 integer data structure.
This type is used for network encoding in VR-Link.
| DtNetInt64::DtNetInt64 | ( | ) | [inline] |
| DtNetInt64::DtNetInt64 | ( | const DtInt64 & | f | ) | [inline] |
| DtNetInt64::DtNetInt64 | ( | const DtNetInt64 & | f | ) | [inline] |
| DtNetInt64::operator DtInt64 | ( | ) | const [inline] |
| DtNetInt64& DtNetInt64::operator= | ( | const DtNetInt64 & | other | ) | [inline] |
| DtNetInt64& DtNetInt64::operator= | ( | const DtInt64 & | other | ) | [inline] |
Least Significant Long Used for internal storage, do not set directly.
Used for internal storage, do not set directly.
Most Significant Long