tof_dataclasses

Type Alias RBChannelPaddleEndIDMap

Source
pub type RBChannelPaddleEndIDMap = HashMap<u8, u16>;
Expand description

A type for the mappings of RB channels - paddle edn ids Paddle end ids are the paddle id + 1000 for A and

  • 2000 for B
In this map RB Channels start from 1! This is consistent with the database

Aliased Typeยง

struct RBChannelPaddleEndIDMap { /* private fields */ }