lib60870-C
2.3.2
C source code library for the IEC 60870-5-101/104 protocols
|
Abstraction layer for system time access. More...
#include "hal_base.h"
Go to the source code of this file.
Typedefs | |
typedef uint64_t | nsSinceEpoch |
typedef uint64_t | msSinceEpoch |
Functions | |
PAL_API msSinceEpoch | Hal_getTimeInMs (void) |
PAL_API nsSinceEpoch | Hal_getTimeInNs (void) |
PAL_API bool | Hal_setTimeInNs (nsSinceEpoch nsTime) |
Abstraction layer for system time access.