Update project structure and configurations
This commit is contained in:
@@ -57,6 +57,10 @@ impl Component for MockCalibratedComponent {
|
||||
fn set_calib_indices(&mut self, indices: CalibIndices) {
|
||||
self.calib_indices = indices;
|
||||
}
|
||||
|
||||
fn update_calib_factor(&mut self, _factor: &str, _value: f64) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user