Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
mm::comm::ObjectDataTypeInfo Struct Reference

Metadata for a single object dictionary data type. More...

#include <object_data_types.h>

Collaboration diagram for mm::comm::ObjectDataTypeInfo:
[legend]

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.
 

Detailed Description

Metadata for a single object dictionary data type.

Member Data Documentation

◆ bitSize

uint16_t mm::comm::ObjectDataTypeInfo::bitSize = 0

Bit width of one element; 0 for variable-length types.

◆ code

uint16_t mm::comm::ObjectDataTypeInfo::code = 0

ETG.1020 data type code.

◆ name

std::string_view mm::comm::ObjectDataTypeInfo::name

Symbolic name (e.g. "UNSIGNED32").


The documentation for this struct was generated from the following file: