PLCnext API Documentation 24.6.0.58
TimePoint.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
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
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API