Struct SolidSyslogTimeQuality¶
ClassList > SolidSyslogTimeQuality
Feeds the RFC 5424 "timeQuality" SD-ELEMENT written by a TimeQualitySd.
#include <SolidSyslogTimeQuality.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | IsSynced Emitted as isSynced=1/0: is the clock synced to a reliable source. |
| uint32_t | SyncAccuracyMicroseconds syncAccuracy in microseconds; SOLIDSYSLOG_SYNC_ACCURACY_OMIT omits the field. |
| bool | TzKnown Emitted as tzKnown=1/0: is the local timezone known. |
Public Attributes Documentation¶
variable IsSynced¶
Emitted as isSynced=1/0: is the clock synced to a reliable source.
variable SyncAccuracyMicroseconds¶
syncAccuracy in microseconds; SOLIDSYSLOG_SYNC_ACCURACY_OMIT omits the field.
variable TzKnown¶
Emitted as tzKnown=1/0: is the local timezone known.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogTimeQuality.h