Go to the source code of this file.
Data Structures | |
struct | SensorObj |
Sensor Module Data Structure. More... | |
Macros | |
#define | APP_SENSOR_FEATURE_CFG_UC0 (0) |
Use case config value corresponding to ISS_SENSOR_FEATURE_CFG_UC0. More... | |
#define | APP_SENSOR_FEATURE_CFG_UC1 (1) |
Use case config value corresponding to ISS_SENSOR_FEATURE_CFG_UC1. More... | |
#define | APP_SENSOR_FEATURE_CFG_UC2 (2) |
Use case config value corresponding to ISS_SENSOR_FEATURE_CFG_UC2. More... | |
Functions | |
vx_status | app_querry_sensor (SensorObj *sensorObj) |
Sensor module query sensor helper function. More... | |
vx_status | app_init_sensor (SensorObj *sensorObj, char *objName) |
Sensor module init sensor helper function. More... | |
void | app_deinit_sensor (SensorObj *sensorObj) |
Sensor module deinit sensor helper function. More... | |