![]() |
VR-Link API Documentation for HLA Evolved
|
This file contains typedefs for machine dependant types. More...
Go to the source code of this file.
Macros | |
| #define | DtBoolean bool |
| DtBoolean is deprecated and should not be used. More... | |
| #define | DtFalse false |
| DtFalse is deprecated and should not be used. More... | |
| #define | DtTrue true |
| DtTrue is deprecated and should not be used. More... | |
| #define | DT_DLL_MTL |
| #define | DT_DLL_MATRIX |
| #define | DT_DLL_VL |
| #define | DT_DLL_VLUTIL |
| #define | DT_DLL_VLPROTIND |
| #define | DT_DLL_NETCOMPAT |
Typedefs | |
| typedef unsigned char | DtU8 |
| An eight bit unsigned integer value. More... | |
| typedef unsigned short | DtU16 |
| A 16 bit unsigned integer value. More... | |
| typedef unsigned long | DtU32 |
| A 32 bit unsigned integer value. More... | |
| typedef long int | DtInt32 |
| A 32 bit integer value. More... | |
| typedef unsigned long long | DtU64 |
| -------—— Network Layout for a long long (64 bytes unsigned) More... | |
| typedef long long | DtInt64 |
| A 64 bit integer value. More... | |
| typedef DtU32 | DtMachineSize |
| A type that represents the addressing size. More... | |
| typedef char | DtInt8 |
| An eight bit integer value. More... | |
| typedef short int | DtInt16 |
| A sixteen bit integer value. More... | |
| typedef float | DtFloat32 |
| A 32 bit floating point value. More... | |
| typedef double | DtFloat64 |
| A 64 bit floating point value. More... | |
| typedef DtFloat64 | DtReal |
| A 64 bit floating point value. This is the same as DtFloat64 bit is created for convenience. More... | |
This file contains typedefs for machine dependant types.
| #define DT_DLL_MATRIX |
| #define DT_DLL_MTL |
| #define DT_DLL_NETCOMPAT |
| #define DT_DLL_VL |
| #define DT_DLL_VLPROTIND |
| #define DT_DLL_VLUTIL |
| #define DtBoolean bool |
DtBoolean is deprecated and should not be used.
| #define DtFalse false |
DtFalse is deprecated and should not be used.
| #define DtTrue true |
DtTrue is deprecated and should not be used.
| typedef long long DtInt64 |
A 64 bit integer value.
| typedef char DtInt8 |
An eight bit integer value.
| typedef DtU32 DtMachineSize |
A type that represents the addressing size.
A 64 bit floating point value. This is the same as DtFloat64 bit is created for convenience.
| typedef unsigned short DtU16 |
A 16 bit unsigned integer value.
| typedef unsigned long DtU32 |
A 32 bit unsigned integer value.
| typedef unsigned long long DtU64 |
-------—— Network Layout for a long long (64 bytes unsigned)
A 64 bit unsigned integer value.
| typedef unsigned char DtU8 |
An eight bit unsigned integer value.