OS
v1.7.5
Documentation
|
Clock and time manipulation interface used by the entire OS. More...
Classes | |
class | qOS::clock |
A class to encapsulate the OS clock. More... | |
Typedefs | |
using | qOS::clock_t |
A unsigned integer to hold ticks count. Epochs counter. | |
using | qOS::duration_t |
The typedef that specified an time quantity, usually expressed in milliseconds. | |
using | qOS::getTickFcn_t |
Pointer to a function that gets the current hardware tick value. | |
Clock and time manipulation interface used by the entire OS.
using qOS::clock_t |
A unsigned integer to hold ticks count. Epochs counter.
using qOS::duration_t |
The typedef that specified an time quantity, usually expressed in milliseconds.
using qOS::getTickFcn_t |
Pointer to a function that gets the current hardware tick value.