Skip to content

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.

bool SolidSyslogTimeQuality::IsSynced;


variable SyncAccuracyMicroseconds

syncAccuracy in microseconds; SOLIDSYSLOG_SYNC_ACCURACY_OMIT omits the field.

uint32_t SolidSyslogTimeQuality::SyncAccuracyMicroseconds;


variable TzKnown

Emitted as tzKnown=1/0: is the local timezone known.

bool SolidSyslogTimeQuality::TzKnown;



The documentation for this class was generated from the following file Core/Interface/SolidSyslogTimeQuality.h