#include "backend.h"
#include "archive.h"
#include "hw-monitor.h"
#include "sensor.h"
#include "core/streaming.h"
#include "command_transfer.h"
#include "error-handling.h"
#include <chrono>
#include <memory>
#include <vector>
#include <cmath>
#include <type_traits>
Go to the source code of this file.
|
template<class T , class R , class W , class U > |
std::shared_ptr< struct_field_option< T, R, W, U > > | librealsense::make_field_option (std::shared_ptr< struct_interface< T, R, W >> struct_interface, U T::*field, const option_range &range) |
|