|
Air Quality Monitor
Portable C application for collecting, storing, and analyzing air quality sensor readings
|
A dynamically loaded sensor plugin and its OS-level handle. More...
#include <sensor_loader.h>
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.