Expand description
Tof housekeeping/monitoring
Contains structs to hold monitoring information for the different parts of the TOF, e.g. RB,LTB,MTB
An overview of the sensors in the GAPS TOF can be found in the GAPS wiki
Re-exports§
pub use crate::series::MoniSeries;
pub use crate::series::PAMoniDataSeries;
pub use crate::series::PBMoniDataSeries;
pub use crate::series::LTBMoniDataSeries;
pub use crate::series::RBMoniDataSeries;
Structs§
- CPUMoni
Data - LTBMoni
Data - Sensors on the LTB
- MtbMoni
Data - Monitoring the MTB
- PAMoni
Data - Preamp temperature and bias data
- PBMoni
Data - Sensors on the power boards (PB)
- RBMoni
Data - Sensors on the individual RB
Traits§
- Moni
Data - Monitoring data shall share the same kind of interface.