sensor_physprop_t
Sensor physical properties
Synopsis:
#include <sensor/sensor_api.h>typedef enum {
SENSOR_PHYSPROP_END = -1,
SENSOR_PHYSPROP_HORIZONTALFOV,
SENSOR_PHYSPROP_VERTICALFOV,
SENSOR_PHYSPROP_RANGEFOV,
SENSOR_PHYSPROP_SECONDARY_HORIZONTALFOV,
SENSOR_PHYSPROP_SECONDARY_VERTICALFOV,
SENSOR_PHYSPROP_SECONDARY_RANGEFOV
} sensor_physprop_t;Data:
- SENSOR_PHYSPROP_END
- The end-of-list identifier.
- SENSOR_PHYSPROP_HORIZONTALFOV
- The horizontal field of view of the sensor.
- SENSOR_PHYSPROP_VERTICALFOV
- The vertical field of view of the sensor.
- SENSOR_PHYSPROP_RANGEFOV
- The sensor range, in millimeters, as a
doublevalue. - SENSOR_PHYSPROP_SECONDARY_HORIZONTALFOV
- The secondary horizontal field of view of the sensor.
- SENSOR_PHYSPROP_SECONDARY_VERTICALFOV
- The secondary vertical field of view of the sensor.
- SENSOR_PHYSPROP_SECONDARY_RANGEFOV
- The sensor secondary range, in millimeters, as a
doublevalue.
Library:
libsensorDescription:
These properties are used as keys for the sensor_get_physical_property() function. Each key is associated with a value of the indicated type.
Page updated:
