File SolidSyslogPosixSysUpTime.h¶
FileList > Interface > SolidSyslogPosixSysUpTime.h
Go to the source code of this file
The POSIX SolidSyslogSysUpTimeFunction, for MetaSd.
#include "ExternC.h"#include <stdint.h>
Public Functions¶
| Type | Name |
|---|---|
| EXTERN_C_BEGIN uint32_t | SolidSyslogPosixSysUpTime_Get (void) Hundredths of a second since boot from CLOCK_BOOTTIME, as RFC 3418 sysUpTime; wraps modulo 2^32 per the TimeTicks contract. |
Public Functions Documentation¶
function SolidSyslogPosixSysUpTime_Get¶
Hundredths of a second since boot from CLOCK_BOOTTIME, as RFC 3418 sysUpTime; wraps modulo 2^32 per the TimeTicks contract.
Returns 0 if the clock read fails.
The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixSysUpTime.h