#include "catch/catch.hpp"#include "unit-tests-common.h"#include <algorithm>#include <iostream>#include <limits>

Go to the source code of this file.
Defines | |
| #define | NOEXCEPT_FALSE noexcept(false) |
Enumerations | |
| enum | { Intel_R200, Intel_LR200, Intel_ZR300 } |
| enum | { BEFORE_START_DEVICE = 1, AFTER_START_DEVICE = 2 } |
Functions | |
| void | test_ds_device_option (rs_option option, std::initializer_list< int > values, std::initializer_list< int > bad_values, int when) |
| void | test_ds_device_streaming (std::initializer_list< stream_mode > modes) |
Variables | |
| static const std::vector < std::string > | ds_names = { "Intel RealSense R200" ,"Intel RealSense LR200", "Intel RealSense ZR300" } |
| #define NOEXCEPT_FALSE noexcept(false) |
Definition at line 29 of file unit-tests-live-ds-common.h.
| anonymous enum |
Definition at line 36 of file unit-tests-live-ds-common.h.
| anonymous enum |
Definition at line 38 of file unit-tests-live-ds-common.h.
| void test_ds_device_option | ( | rs_option | option, |
| std::initializer_list< int > | values, | ||
| std::initializer_list< int > | bad_values, | ||
| int | when | ||
| ) | [inline] |
Definition at line 40 of file unit-tests-live-ds-common.h.
| void test_ds_device_streaming | ( | std::initializer_list< stream_mode > | modes | ) | [inline] |
Definition at line 67 of file unit-tests-live-ds-common.h.
const std::vector<std::string> ds_names = { "Intel RealSense R200" ,"Intel RealSense LR200", "Intel RealSense ZR300" } [static] |
Definition at line 35 of file unit-tests-live-ds-common.h.