Skip to content

File SolidSyslogTimeQualitySdErrors.h

FileList > Core > Interface > SolidSyslogTimeQualitySdErrors.h

Go to the source code of this file

Error codes and Source identity for the TimeQualitySd.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogTimeQualitySdErrors
Detail codes for events whose Source is TimeQualitySdErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource TimeQualitySdErrorSource
The identity for events raised by a TimeQualitySd.

Public Types Documentation

enum SolidSyslogTimeQualitySdErrors

Detail codes for events whose Source is TimeQualitySdErrorSource.

enum SolidSyslogTimeQualitySdErrors {
    TIMEQUALITYSD_ERROR_NULL_CALLBACK,
    TIMEQUALITYSD_ERROR_POOL_EXHAUSTED,
    TIMEQUALITYSD_ERROR_UNKNOWN_DESTROY,
    TIMEQUALITYSD_ERROR_MAX
};

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


Public Attributes Documentation

variable 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