Describes the configuration of the used driver. More...
#include <sensor_definitions.h>
Public Attributes | |
std::string | abBits |
Stores ab data. More... | |
std::string | baseHeigth |
Base heigth value of the frame. More... | |
std::string | baseWidth |
Base width value of the frame. More... | |
std::string | confBits |
Stores conf data. More... | |
std::string | depthBits |
Stores depth data. More... | |
int | driverHeigth |
Stores driver height. More... | |
int | driverWidth |
Stores driver width. More... | |
std::string | noOfPhases |
Number of phases. More... | |
std::string | pixelFormat |
Stores value from driver. More... | |
int | pixelFormatIndex |
Index of two possbile values sensor values (8bit, 12/16bit) More... | |
Describes the configuration of the used driver.
Definition at line 67 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::abBits |
Stores ab data.
Definition at line 88 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::baseHeigth |
Base heigth value of the frame.
Definition at line 75 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::baseWidth |
Base width value of the frame.
Definition at line 71 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::confBits |
Stores conf data.
Definition at line 93 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::depthBits |
Stores depth data.
Definition at line 83 of file sensor_definitions.h.
int aditof::DriverConfiguration::driverHeigth |
Stores driver height.
Definition at line 108 of file sensor_definitions.h.
int aditof::DriverConfiguration::driverWidth |
Stores driver width.
Definition at line 103 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::noOfPhases |
Number of phases.
Definition at line 79 of file sensor_definitions.h.
std::string aditof::DriverConfiguration::pixelFormat |
Stores value from driver.
Definition at line 98 of file sensor_definitions.h.
int aditof::DriverConfiguration::pixelFormatIndex |
Index of two possbile values sensor values (8bit, 12/16bit)
Definition at line 113 of file sensor_definitions.h.