49 return "temperatureTimestamp,temperature,pressureTimestamp,pressure,"
50 "humid_timestamp,humidity\n";
53 void print(std::ostream& os)
const
This file includes all the types the logdecoder script will decode.
BME280Data(uint64_t timestamp, float temperature, float pressure, float humidity)
static std::string header()
void print(std::ostream &os) const
Structure to handle humidity data.
uint64_t humidityTimestamp
uint64_t pressureTimestamp
uint64_t temperatureTimestamp