|
gPTP Documentation
|
#include <windows_hal.hpp>


Public Member Functions | |
| virtual unsigned long | sleep (unsigned long micros) |
| Sleep for an amount of time. More... | |
Protected Member Functions | |
| WindowsTimer () | |
Friends | |
| class | WindowsTimerFactory |
Windows implementation of OSTimer
|
inlineprotected |
Default constructor
|
inlinevirtual |
Sleep for an amount of time.
| micros | Time in microsseconds |
Implements OSTimer.