16 #define DtTYPE_NOT_DEFINED -1
17 #define DtTYPE_BYTE_ARRAY 1
18 #define DtTYPE_FLOAT32 2
19 #define DtTYPE_FLOAT64 3
20 #define DtTYPE_INT32 4
21 #define DtTYPE_UNSIGNED32 5
22 #define DtTYPE_STRING 6
37 int addMapping(
DtDatumParam id,
int dataType,
int warn=1);
DT_DLL_VLPROTIND int DtAddDatumId2TypeMapping(DtDatumParam id, int dataType, int warn=0)
DT_DLL_VLPROTIND int DtDatumId2Type(DtDatumParam id)
Defines DtHashlist and several helper functions.
DtHashlist myMappings
Definition: idTypeMap.h:41
const DT_DLL_VLPROTIND DtIdTypeMap * DtDatumIdTypeMap()
#define DT_DLL_VLPROTIND
Definition: vlMachineTypes.h:110
DtHashlist is deprecated and provided for backwards compatibility only.
Definition: vlHashlist.h:69
Contains the standard DIS enumerations.
DtDatumParam
([UID 66]) - Datum ID
Definition: disEnums.h:501
This file contains typedefs for machine dependant types.
Instances of this class are used to conveniently associate datum ids with types.
Definition: idTypeMap.h:30