Skip to content

File SolidSyslogFreeRtosMutexErrors.h

FileList > FreeRtos > Interface > SolidSyslogFreeRtosMutexErrors.h

Go to the source code of this file

Error codes and Source identity for the FreeRtosMutex adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogFreeRtosMutexErrors
Detail codes for events whose Source is FreeRtosMutexErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource FreeRtosMutexErrorSource
Identity for events raised by a FreeRtosMutex.

Public Types Documentation

enum SolidSyslogFreeRtosMutexErrors

Detail codes for events whose Source is FreeRtosMutexErrorSource.

enum SolidSyslogFreeRtosMutexErrors {
    FREERTOSMUTEX_ERROR_POOL_EXHAUSTED,
    FREERTOSMUTEX_ERROR_UNKNOWN_DESTROY,
    FREERTOSMUTEX_ERROR_MAX
};

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


Public Attributes Documentation

variable FreeRtosMutexErrorSource

Identity for events raised by a FreeRtosMutex.

const struct SolidSyslogErrorSource FreeRtosMutexErrorSource;

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



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