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

Metadata for a single FoE error code entry. More...

#include <foe_error_codes.h>

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

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.
 

Detailed Description

Metadata for a single FoE error code entry.

Member Data Documentation

◆ code

uint32_t mm::comm::FoeErrorCode::code = 0

32-bit FoE error code as sent in the FoE ERROR packet.

◆ description

std::string_view mm::comm::FoeErrorCode::description

Full description of the error condition.

◆ name

std::string_view mm::comm::FoeErrorCode::name

Short human-readable name.


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