File SolidSyslogFreeRtosSysUpTime.h¶
FileList > FreeRtos > Interface > SolidSyslogFreeRtosSysUpTime.h
The FreeRTOS SolidSyslogSysUpTimeFunction, for the MetaSd structured-data element.
#include "SolidSyslogExternC.h"#include <stdint.h>
Public Functions Documentation¶
SolidSyslogFreeRtos_GetSysUpTime¶
Hundredths of a second of uptime from xTaskGetTickCount, for the meta-SD sysUpTime field.
Meets the SolidSyslogSysUpTimeFunction contract for a 64-bit TickType_t at any tick rate, and for a 32-bit one whose configTICK_RATE_HZ divides 100. Elsewhere - the 1000 Hz default among them - the value wraps to zero early, so supply your own SolidSyslogSysUpTimeFunction where uptime matters.
The documentation for this class was generated from the following file Platform/FreeRtos/Interface/SolidSyslogFreeRtosSysUpTime.h