PLCnext API Documentation 23.6.0.37
Public Member Functions | Static Public Member Functions | List of all members
Arp::System::Commons::Chrono::SystemTick Class Reference

Static methods to get a current system tick in different units More...

#include <SystemTick.hpp>

Public Member Functions

 SystemTick (void)=delete
 Constructs an SysTick instance.
 
 SystemTick (const SystemTick &arg)=delete
 Copy contructor.
 
SystemTickoperator= (const SystemTick &arg)=delete
 Assignment operator.
 
 ~SystemTick (void)=delete
 Destructs this instance and frees all resouces.
 

Static Public Member Functions

static Milliseconds GetMilliTick (void)
 Returns the current system tick in milliseconds
 
static Microseconds GetMicroTick (void)
 Returns the current system tick in microseconds
 
static Nanoseconds GetNanoTick (void)
 Returns the current system tick in nanoseconds
 

Detailed Description

Static methods to get a current system tick in different units


The documentation for this class was generated from the following file: