Skip to content

FreeRTOS platform

File SolidSyslogFreeRtosMutexErrors.h

FileList > FreeRtos > Interface > SolidSyslogFreeRtosMutexErrors.h

Error codes and Source identity for the FreeRtosMutex adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogFreeRtosMutexErrors

Detail codes for events whose Source is FreeRtosMutexErrorSource.

enum SolidSyslogFreeRtosMutexErrors {
    SOLIDSYSLOG_FREERTOS_MUTEX_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_FREERTOS_MUTEX_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_FREERTOS_MUTEX_ERROR_MAX
};

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


Public Attributes Documentation

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