pub type ManualInputMap = Arc<RwLock<HashMap<FieldName, f64>>>;
Peripheral inputs set manually from outside the control program.
pub struct ManualInputMap { /* private fields */ }