![]() |
VR-Link API Documentation for HLA Evolved
|
Go to the source code of this file.
Classes | |
| class | DtIdTypeMap |
| Instances of this class are used to conveniently associate datum ids with types. More... | |
Defines | |
| #define | DtTYPE_NOT_DEFINED -1 |
| #define | DtTYPE_BYTE_ARRAY 1 |
| #define | DtTYPE_FLOAT32 2 |
| #define | DtTYPE_FLOAT64 3 |
| #define | DtTYPE_INT32 4 |
| #define | DtTYPE_UNSIGNED32 5 |
| #define | DtTYPE_STRING 6 |
Functions | |
| const DT_DLL_VLPROTIND DtIdTypeMap * | DtDatumIdTypeMap () |
| DT_DLL_VLPROTIND int | DtDatumId2Type (DtDatumParam id) |
| DT_DLL_VLPROTIND int | DtAddDatumId2TypeMapping (DtDatumParam id, int dataType, int warn=0) |
| #define DtTYPE_BYTE_ARRAY 1 |
| #define DtTYPE_FLOAT32 2 |
| #define DtTYPE_FLOAT64 3 |
| #define DtTYPE_INT32 4 |
| #define DtTYPE_NOT_DEFINED -1 |
| #define DtTYPE_STRING 6 |
| #define DtTYPE_UNSIGNED32 5 |
| DT_DLL_VLPROTIND int DtAddDatumId2TypeMapping | ( | DtDatumParam | id, |
| int | dataType, | ||
| int | warn = 0 |
||
| ) |
| DT_DLL_VLPROTIND int DtDatumId2Type | ( | DtDatumParam | id | ) |
| const DT_DLL_VLPROTIND DtIdTypeMap* DtDatumIdTypeMap | ( | ) |