47 return "accelerationTimestamp,accelerationX,accelerationY,"
48 "accelerationZ,angularSpeedTimestamp,angularSpeedX,"
49 "angularSpeedY,angularSpeedZ,magneticFieldTimestamp,"
50 "magneticFieldX,magneticFieldY,magneticFieldZ\n";
53 void print(std::ostream& os)
const
66 static std::string
header() {
return "temperatureTimestamp,temperature\n"; }
68 void print(std::ostream& os)
const
91 return "timestamp,watermark_timestamp,fifo_duration,interrupt_"
92 "timestamp_delta,fifo_len\n";
95 void print(std::ostream& os)
const
This file includes all the types the logdecoder script will decode.
Structure to handle accelerometer data.
uint64_t accelerationTimestamp
void print(std::ostream &os) const
BMX160Data(AccelerometerData acc, GyroscopeData gyr, MagnetometerData mag)
static std::string header()
uint64_t fifoDuration
Total fifo duration.
static std::string header()
int len
Fifo length in bytes.
uint64_t interruptTimestampDelta
Reported delta time between the previous.
uint64_t watermarkTimestamp
Watermark timestamp (from the start of.
void print(std::ostream &os) const
static std::string header()
void print(std::ostream &os) const
Structure to handle gyroscope data.
uint64_t angularSpeedTimestamp
Structure to handle magnetometer data.
uint64_t magneticFieldTimestamp
uint64_t temperatureTimestamp