Skip to content

FatFs platform

File SolidSyslogFatFsFileErrors.h

FileList > FatFs > Interface > SolidSyslogFatFsFileErrors.h

Error codes and Source identity for the FatFsFile adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogFatFsFileErrors

Detail codes for events whose Source is FatFsFileErrorSource.

enum SolidSyslogFatFsFileErrors {
    SOLIDSYSLOG_FATFS_FILE_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_FATFS_FILE_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_FATFS_FILE_ERROR_MAX
};

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


Public Attributes Documentation

FatFsFileErrorSource

Identity for events raised by a FatFsFile.

const struct SolidSyslogErrorSource FatFsFileErrorSource;

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



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