Skip to content

File SolidSyslogFatFsFileErrors.h

FileList > FatFs > Interface > SolidSyslogFatFsFileErrors.h

Go to the source code of this file

Error codes and Source identity for the FatFsFile adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogFatFsFileErrors
Detail codes for events whose Source is FatFsFileErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource FatFsFileErrorSource
Identity for events raised by a FatFsFile.

Public Types Documentation

enum SolidSyslogFatFsFileErrors

Detail codes for events whose Source is FatFsFileErrorSource.

enum SolidSyslogFatFsFileErrors {
    FATFSFILE_ERROR_POOL_EXHAUSTED,
    FATFSFILE_ERROR_UNKNOWN_DESTROY,
    FATFSFILE_ERROR_MAX
};

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


Public Attributes Documentation

variable 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