Type Alias SlaveOffsets

Source
pub type SlaveOffsets = HashMap<SlavePos, PdoOffsets>;
Expand description

Type alias for the slave offsets

The slave offsets are stored in a hashmap with the slave position as the key and the PDO offsets as the value

Aliased Typeยง

struct SlaveOffsets { /* private fields */ }