Type Alias PdoOffsets

Source
pub type PdoOffsets = HashMap<String, Vec<(PdoEntryIdx, u8, Offset)>>;
Expand description

Type alias for the PDO offsets

The PDO offsets are stored in a hashmap with the name of the PDO as the key and a vector of tuples with the index of the PDO entry, the subindex of the PDO entry and the offset as the value

Aliased Typeยง

struct PdoOffsets { /* private fields */ }