berlna: sensors: Make sensor batch function virtual
Change-Id: I2de1e919234c4893b0b70390c0189cae38dbbe6c
This commit is contained in:
parent
b093d06738
commit
fe4ad452f3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Sensor {
|
||||||
virtual ~Sensor();
|
virtual ~Sensor();
|
||||||
|
|
||||||
const SensorInfo& getSensorInfo() const;
|
const SensorInfo& getSensorInfo() const;
|
||||||
void batch(int32_t samplingPeriodNs);
|
virtual void batch(int32_t samplingPeriodNs);
|
||||||
virtual void activate(bool enable);
|
virtual void activate(bool enable);
|
||||||
Result flush();
|
Result flush();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue