Provides details about the device. More...
#include <sensor_definitions.h>
Public Attributes | |
ConnectionType | connectionType |
The type of connection with the sensor. More... | |
std::string | id |
The sensor identification data to be used to differentiate between sensors. When on target, id is set to video driver path. When on network, id is set to the IP of the target. More... | |
Provides details about the device.
Definition at line 50 of file sensor_definitions.h.
ConnectionType aditof::SensorDetails::connectionType |
The type of connection with the sensor.
Definition at line 60 of file sensor_definitions.h.
std::string aditof::SensorDetails::id |
The sensor identification data to be used to differentiate between sensors. When on target, id is set to video driver path. When on network, id is set to the IP of the target.
Definition at line 55 of file sensor_definitions.h.