unit-tests
utilities
time
unit-tests/utilities/time/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
#include "../../catch.h"
5
6
#include <thread>
7
8
const
auto
TEST_DELTA_TIME_MS
= 500;
9
const
auto
TEST_DELTA_TIME
= std::chrono::milliseconds(
TEST_DELTA_TIME_MS
);
TEST_DELTA_TIME
const auto TEST_DELTA_TIME
Definition:
unit-tests/utilities/time/common.h:9
TEST_DELTA_TIME_MS
const auto TEST_DELTA_TIME_MS
Definition:
unit-tests/utilities/time/common.h:8
librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Thu Dec 22 2022 03:43:16