|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Metadata for a single CoE mailbox error code entry. More...
#include <mailbox_error_codes.h>
Public Attributes | |
| uint16_t | code = 0 |
| 16-bit Detail code from the mailbox error reply. | |
| std::string_view | name |
Symbolic name (e.g. "MBXERR_SYNTAX"). | |
| std::string_view | description |
| Human-readable meaning of the error. | |
Metadata for a single CoE mailbox error code entry.
| uint16_t mm::comm::MailboxErrorCode::code = 0 |
16-bit Detail code from the mailbox error reply.
| std::string_view mm::comm::MailboxErrorCode::description |
Human-readable meaning of the error.
| std::string_view mm::comm::MailboxErrorCode::name |
Symbolic name (e.g. "MBXERR_SYNTAX").