Air Quality Monitor
Portable C application for collecting, storing, and analyzing air quality sensor readings
Loading...
Searching...
No Matches
AirQualityData Struct Reference

One air quality reading: pollutant values plus sensor/timestamp metadata. More...

#include <globals.h>

Public Attributes

int sensor_id
 Numeric sensor identifier, matches SensorPlugin::sensor_id.
 
char timestamp [32]
 Reading timestamp, formatted "%Y-%m-%d %H:%M:%S".
 
char model [64]
 Sensor model name, e.g.
 

Detailed Description

One air quality reading: pollutant values plus sensor/timestamp metadata.

Definition at line 27 of file globals.h.

Member Data Documentation

◆ model

char AirQualityData::model[64]

Sensor model name, e.g.

"PMS5003".

Definition at line 33 of file globals.h.


The documentation for this struct was generated from the following file: