Skip to content

File SolidSyslogStdAtomicCounterErrors.h

FileList > Atomics > Interface > SolidSyslogStdAtomicCounterErrors.h

Go to the source code of this file

Error codes and Source identity for the StdAtomicCounter adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogStdAtomicCounterErrors
Detail codes for events whose Source is StdAtomicCounterErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource StdAtomicCounterErrorSource
Identity for events raised by a StdAtomicCounter.

Public Types Documentation

enum SolidSyslogStdAtomicCounterErrors

Detail codes for events whose Source is StdAtomicCounterErrorSource.

enum SolidSyslogStdAtomicCounterErrors {
    STDATOMICCOUNTER_ERROR_POOL_EXHAUSTED,
    STDATOMICCOUNTER_ERROR_UNKNOWN_DESTROY,
    STDATOMICCOUNTER_ERROR_MAX
};

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


Public Attributes Documentation

variable StdAtomicCounterErrorSource

Identity for events raised by a StdAtomicCounter.

const struct SolidSyslogErrorSource StdAtomicCounterErrorSource;

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



The documentation for this class was generated from the following file Platform/Atomics/Interface/SolidSyslogStdAtomicCounterErrors.h