Function strip_id

Source
pub fn strip_id(layer: u8, row: u8, module: u8, channel: u8) -> u32
Expand description

Calculate an unique identifier for tracker strips from the position in the tracker stack

ยงArguments:

  • layer : tracker layer (0-9)
  • row : row in layer (0-6)
  • module : module in row (0-6)
  • channel : channel in module (0-32)