#include "ds5/ds5-private.h"#include "hw-monitor.h"#include "streaming.h"#include "option.h"#include "ds5/advanced_mode/presets.h"#include "../../include/librealsense2/h/rs_advanced_mode_command.h"#include "serializable-interface.h"

Go to the source code of this file.
Classes | |
| class | librealsense::advanced_mode_preset_option |
| struct | librealsense::advanced_mode_traits< T > |
| class | librealsense::ds5_advanced_mode_base |
| class | librealsense::ds5_advanced_mode_interface |
Namespaces | |
| librealsense | |
Macros | |
| #define | MAP_ADVANCED_MODE(T, E) template<> struct advanced_mode_traits<T> { static const EtAdvancedModeRegGroup group = E; } |
| #define | RS400_ADVANCED_MODE_HPP |
Enumerations | |
| enum | EtAdvancedModeRegGroup { etDepthControl = 0, etRsm = 1, etRauSupportVectorControl = 2, etColorControl = 3, etRauColorThresholdsControl = 4, etSloColorThresholdsControl = 5, etSloPenaltyControl = 6, etHdad = 7, etColorCorrection = 8, etDepthTableControl = 9, etAEControl = 10, etCencusRadius9 = 11, etAFactor = 12, etLastAdvancedModeGroup = 13 } |
| #define MAP_ADVANCED_MODE | ( | T, | |
| E | |||
| ) | template<> struct advanced_mode_traits<T> { static const EtAdvancedModeRegGroup group = E; } |
Definition at line 43 of file advanced_mode.h.
| #define RS400_ADVANCED_MODE_HPP |
Definition at line 9 of file advanced_mode.h.
Definition at line 17 of file advanced_mode.h.