|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Metadata for a single object dictionary data type. More...
#include <object_data_types.h>
Public Attributes | |
| uint16_t | code = 0 |
| ETG.1020 data type code. | |
| std::string_view | name |
Symbolic name (e.g. "UNSIGNED32"). | |
| uint16_t | bitSize = 0 |
Bit width of one element; 0 for variable-length types. | |
Metadata for a single object dictionary data type.
| uint16_t mm::comm::ObjectDataTypeInfo::bitSize = 0 |
Bit width of one element; 0 for variable-length types.
| uint16_t mm::comm::ObjectDataTypeInfo::code = 0 |
ETG.1020 data type code.
| std::string_view mm::comm::ObjectDataTypeInfo::name |
Symbolic name (e.g. "UNSIGNED32").