1#ifndef SENSOR_DETECTOR_H
2#define SENSOR_DETECTOR_H
4#include "sensor/sensor_loader.h"
13 char plugin_path[256];
29int detect_available_sensors(
DetectedSensor *detected_sensors,
int max_sensors);
35void run_auto_detection_and_prompt(
void);
Result of probing one sensor mode during auto-detection.
int detected
Non-zero if the plugin library was found and loaded.
int can_initialize
Non-zero if the loaded plugin's init() also succeeded.