File SolidSyslogPlusFatFileErrors.h¶
FileList > Interface > SolidSyslogPlusFatFileErrors.h
Error codes and Source identity for the PlusFatFile adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogPlusFatFileErrors¶
Detail codes for events whose Source is PlusFatFileErrorSource.
enum SolidSyslogPlusFatFileErrors {
SOLIDSYSLOG_PLUSFAT_FILE_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_PLUSFAT_FILE_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_PLUSFAT_FILE_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
PlusFatFileErrorSource¶
Identity for events raised by a PlusFatFile.
A handler matches by address (event->Source == &PlusFatFileErrorSource), then reads event->Detail as an enum SolidSyslogPlusFatFileErrors.
The documentation for this class was generated from the following file Platform/PlusFat/Interface/SolidSyslogPlusFatFileErrors.h