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

Metadata for a single CoE mailbox error code entry. More...

#include <mailbox_error_codes.h>

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

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.
 

Detailed Description

Metadata for a single CoE mailbox error code entry.

Member Data Documentation

◆ code

uint16_t mm::comm::MailboxErrorCode::code = 0

16-bit Detail code from the mailbox error reply.

◆ description

std::string_view mm::comm::MailboxErrorCode::description

Human-readable meaning of the error.

◆ name

std::string_view mm::comm::MailboxErrorCode::name

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


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