Skip to content

File SolidSyslogTimeQualitySdErrors.h

FileList > Core > Interface > SolidSyslogTimeQualitySdErrors.h

Error codes and Source identity for the TimeQualitySd.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogTimeQualitySdErrors

Detail codes for events whose Source is TimeQualitySdErrorSource.

enum SolidSyslogTimeQualitySdErrors {
    SOLIDSYSLOG_TIME_QUALITY_SD_ERROR_NULL_CALLBACK,
    SOLIDSYSLOG_TIME_QUALITY_SD_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_TIME_QUALITY_SD_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_TIME_QUALITY_SD_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

TimeQualitySdErrorSource

The identity for events raised by a TimeQualitySd.

const struct SolidSyslogErrorSource TimeQualitySdErrorSource;

A handler matches by address (event->Source == &TimeQualitySdErrorSource), then reads event->Detail as an enum SolidSyslogTimeQualitySdErrors.



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