Static methods to get a current system tick in different units
More...
#include <SystemTick.hpp>
Static methods to get a current system tick in different units
◆ SystemTick() [1/2]
Arp::System::Commons::Chrono::SystemTick::SystemTick |
( |
void |
| ) |
|
|
delete |
Constructs an SysTick instance.
◆ SystemTick() [2/2]
Arp::System::Commons::Chrono::SystemTick::SystemTick |
( |
const SystemTick & |
arg | ) |
|
|
delete |
◆ ~SystemTick()
Arp::System::Commons::Chrono::SystemTick::~SystemTick |
( |
void |
| ) |
|
|
delete |
Destructs this instance and frees all resouces.
◆ GetMicroTick()
Microseconds Arp::System::Commons::Chrono::SystemTick::GetMicroTick |
( |
void |
| ) |
|
|
inlinestatic |
Returns the current system tick in microseconds
◆ GetMilliTick()
Milliseconds Arp::System::Commons::Chrono::SystemTick::GetMilliTick |
( |
void |
| ) |
|
|
inlinestatic |
Returns the current system tick in milliseconds
◆ GetNanoTick()
Nanoseconds Arp::System::Commons::Chrono::SystemTick::GetNanoTick |
( |
void |
| ) |
|
|
inlinestatic |
Returns the current system tick in nanoseconds
◆ operator=()
The documentation for this class was generated from the following file: