#include "catch/catch.hpp"
#include "unit-tests-common.h"
#include <algorithm>
#include <iostream>
#include <limits>
Go to the source code of this file.
|
static const std::vector< std::string > | ds_names = { "Intel RealSense R200" ,"Intel RealSense LR200", "Intel RealSense ZR300" } |
|
#define LIBREALSENSE_UNITTESTS_LIVE_DS_COMMON_H |
#define NOEXCEPT_FALSE noexcept(false) |
void test_ds_device_option |
( |
rs_option |
option, |
|
|
std::initializer_list< int > |
values, |
|
|
std::initializer_list< int > |
bad_values, |
|
|
int |
when |
|
) |
| |
|
inline |
void test_ds_device_streaming |
( |
std::initializer_list< stream_mode > |
modes | ) |
|
|
inline |
const std::vector<std::string> ds_names = { "Intel RealSense R200" ,"Intel RealSense LR200", "Intel RealSense ZR300" } |
|
static |