Go to the source code of this file.
Classes | |
class | data_t |
Class representing a general data type. More... | |
Variables | |
const ushort_int_t | DATA_TYPE_BYTE = 1 |
const ushort_int_t | DATA_TYPE_SBYTE = 0 |
const ushort_int_t | DATA_TYPE_SIZE_INT = 6 |
const ushort_int_t | DATA_TYPE_SLONG_INT = 4 |
const ushort_int_t | DATA_TYPE_SSHORT_INT = 2 |
const ushort_int_t | DATA_TYPE_UBYTE = 1 |
const ushort_int_t | DATA_TYPE_ULONG_INT = 5 |
const ushort_int_t | DATA_TYPE_UNKNOWN = MAX_USHORT_INT |
const ushort_int_t | DATA_TYPE_USHORT_INT = 3 |