sensor_flags_t

Sensor streaming flags

Synopsis:

#include <sensor/external_sensor_api.h>
typedef struct sensor_flags_t {
    bool captured;
    bool freeInputBuffer;
    bool timeReferenceChange;
} sensor_flags_t;

Data:

bool captured
A value of true if a packet was captured; otherwise false for initial pipelining.
bool freeInputBuffer
A value of true if input buffer provided was not consumed by the sensor and should be freed; otherwise false.
bool timeReferenceChange
A value of true if there has been a change in the time reference and the offset should be; otherwise false.

Library:

libsensor