#include "connections.h"#include "frame_definitions.h"#include "status_definitions.h"#include <functional>#include <map>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | aditof::CameraDetails |
| Describes the properties of a camera. More... | |
| struct | aditof::IntrinsicParameters |
| Describes the intrinsic parameters of a camera. More... | |
Namespaces | |
| aditof | |
| Namespace aditof. | |
Enumerations | |
| enum | aditof::ImagerType { aditof::ImagerType::UNSET, aditof::ImagerType::ADSD3100, aditof::ImagerType::ADSD3030, aditof::ImagerType::ADTF3080 } |
| Types of imagers. More... | |
Variables | |
| const std::map< ImagerType, std::string > | aditof::ControlValue |
| Types of imagers based on ControlValue. More... | |
| const std::map< ImagerType, std::string > | aditof::imagerType |
| Types of imagers. More... | |