Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Loading...
Searching...
No Matches
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 <chrono>
7
8namespace utilities
9{
10 namespace time
11 {
12 using clock = std::chrono::steady_clock;
13 }
14}
std::chrono::steady_clock clock
Definition: common.h:12
Definition: stabilized-value.h:12