-
- Downloads
New sensors interface and sensor manager
- added new sensors base classes and basic sensors data structures - new structure to hold sensors information in the sensor manager (e.g. sampling frequency and callback) - updated sensor manager and samplers to the new interface (not used a constant map in the sensor manager to avoid duplicating data: the mapping between sensors references and sensors information is maintained by the samplers themselves)
Showing
- src/shared/sensors/Sensor.h 71 additions, 129 deletionssrc/shared/sensors/Sensor.h
- src/shared/sensors/SensorData.h 27 additions, 73 deletionssrc/shared/sensors/SensorData.h
- src/shared/sensors/SensorInfo.h 55 additions, 0 deletionssrc/shared/sensors/SensorInfo.h
- src/shared/sensors/SensorManager.cpp 113 additions, 69 deletionssrc/shared/sensors/SensorManager.cpp
- src/shared/sensors/SensorManager.h 54 additions, 56 deletionssrc/shared/sensors/SensorManager.h
- src/shared/sensors/SensorSampler.cpp 67 additions, 41 deletionssrc/shared/sensors/SensorSampler.cpp
- src/shared/sensors/SensorSampler.h 94 additions, 94 deletionssrc/shared/sensors/SensorSampler.h
Loading
Please register or sign in to comment