|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Metadata for a single FoE error code entry. More...
#include <foe_error_codes.h>
Public Attributes | |
| uint32_t | code = 0 |
| 32-bit FoE error code as sent in the FoE ERROR packet. | |
| std::string_view | name |
| Short human-readable name. | |
| std::string_view | description |
| Full description of the error condition. | |
Metadata for a single FoE error code entry.
| uint32_t mm::comm::FoeErrorCode::code = 0 |
32-bit FoE error code as sent in the FoE ERROR packet.
| std::string_view mm::comm::FoeErrorCode::description |
Full description of the error condition.
| std::string_view mm::comm::FoeErrorCode::name |
Short human-readable name.