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

A dynamically loaded sensor plugin and its OS-level handle. More...

#include <sensor_loader.h>

Detailed Description

A dynamically loaded sensor plugin and its OS-level handle.

handle is opaque (dlopen()/LoadLibrary() result) and must be passed to sensor_module_unload() to release the library. plugin points into the loaded library's memory and becomes invalid after unload.

Definition at line 13 of file sensor_loader.h.


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