.. _program_listing_file_include_depthai_utility_Clock.hpp: Program Listing for File Clock.hpp ================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/depthai/utility/Clock.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include namespace dai { using Clock = std::chrono::steady_clock; } // namespace dai