Add initial sensor sampler and processing components
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef SENSOR_SAMPLER_HPP
|
||||
#define SENSOR_SAMPLER_HPP
|
||||
|
||||
namespace app {
|
||||
|
||||
class SensorSampler {
|
||||
public:
|
||||
SensorSampler() = default;
|
||||
~SensorSampler() = default;
|
||||
|
||||
// Thread entry
|
||||
static void entryPoint(void *, void *, void *);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
} // namespace app
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user