Type Alias MailboxPdoEntries

Source
pub type MailboxPdoEntries = HashMap<SlavePos, Vec<String>>;
Expand description

Type alias for the mailbox PDO entries

The mailbox PDO entries are stored in a hashmap with the slave position as the key and a vector of strings as the value

Aliased Typeยง

struct MailboxPdoEntries { /* private fields */ }