PLCnext API Documentation 25.0.2.69
TimePoint.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/System/Commons/Chrono/Clock.hpp"
9#include <chrono>
10
11namespace Arp { namespace System { namespace Commons { namespace Chrono
12{
13
14using TimePointClockSteady = std::chrono::time_point<ClockSteady>;
15
16}}}} // end of namesapce Arp::System::Commons::Chrono
Root namespace for the PLCnext API