unit-tests
algo
algo-common.h
Go to the documentation of this file.
1
// License: Apache 2.0. See LICENSE file in root directory.
2
// Copyright(c) 2020 Intel Corporation. All Rights Reserved.
3
4
#pragma once
5
6
//#include <librealsense2/rs.hpp> // Include RealSense Cross Platform API
7
8
#include "../catch.h"
9
10
#include <
rsutils/easylogging/easyloggingpp.h
>
11
12
#if defined( __ALGO_EPSILON )
13
#define __EPSILON __ALGO_EPSILON
14
// #else leave default
15
#endif
16
#include "../approx.h"
17
18
#include "../trace.h"
easyloggingpp.h
librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Fri Aug 2 2024 08:30:00