|
PdCom
5.0
Process data communication client
|
#include <SizeTypeInfo.h>
Public Types | |
| enum | DataType { boolean_T = 0, uint8_T, int8_T, uint16_T, int16_T, uint32_T, int32_T, uint64_T, int64_T, double_T, single_T, DataTypeEnd } |
Public Member Functions | |
| constexpr | TypeInfo (DataType type, const char *ctype, size_t element_size) noexcept |
Public Attributes | |
| DataType | type |
| const char * | ctype |
| size_t | element_size |
Type of a Variable.
1.8.14