#include <string>
#include <map>
#include <inttypes.h>
#include "com_manager.h"
#include "DataCSV.h"
Go to the source code of this file.
◆ CHAR_BIT
◆ data_mapping_string_t
◆ map_name_to_info_t
◆ GetDataTypeSize()
uint32_t GetDataTypeSize |
( |
eDataType |
dataType | ) |
|
|
inline |
Get the size of an eDataType
- Parameters
-
dataType | the data type to get size for |
- Returns
- the size of the data type, or 0 if unknown or variable length (i.e. DataTypeString)
Definition at line 67 of file ISDataMappings.cpp.
◆ g_asciiToLowerMap
const unsigned char g_asciiToLowerMap[256] |