Lines Matching full:sensor
17 test that the sensor can be constructed correctly, but there is no testing of
18 correct behavior on various sensor reading or failure conditions.
23 implementing different sensor::readValue() method for different sensor types.
43 1. Sensor configuration
45 - DI: make the sensor struct take SensorConfig as dependency
47 - Add unit tests for sensor creation with various SensorConfigs
49 - Refine the sensor object interface and make it abstract
50 - Define sensor types that inherit from the common interface
51 - Add unit tests for sensor interface
52 - DI: make the sensor map take sensor interface as dependency
53 - Add a fake sensor that can exhibit controllable behavior
54 3. Refactor sensor management logic
55 - Refactor sensor map to allow easier lookup/insertion
56 - Add unit tests for sensor map
57 - DI: make all other functions take sensor map as dependency
59 - Add overridable error handler to sensor interface
61 - Add unit tests for error handlers using the fake sensor