|
PdCom
5.3
Process data communication client
|
#include <SizeTypeInfo.h>
Public Types | |
| enum | DataType { DataTypeBegin = 0, boolean_T = DataTypeBegin, uint8_T, int8_T, uint16_T, int16_T, uint32_T, int32_T, uint64_T, int64_T, double_T, single_T, char_T, DataTypeEnd } |
Public Member Functions | |
| constexpr | TypeInfo (DataType type, const char *ctype, size_t element_size) noexcept |
Public Attributes | |
| DataType | type |
| const char * | ctype |
| name of the correspondig c type (double, char, ...) | |
| size_t | element_size |
| Size of one element in bytes. | |
Type of a Variable.