Skip to content

FatFs platform

«interface»SolidSyslogFileFatFsFileFatFs

File SolidSyslogFatFsFile.h

FileList > FatFs > Interface > SolidSyslogFatFsFile.h

  • #include "SolidSyslogExternC.h"

Detailed Description

ChaN FatFs file I/O (f_open / f_read / f_write / f_close) behind the_ SolidSyslogFile _vtable, for a file-backed BlockDevice or Store.

f_sync runs after every successful write so a power loss never loses a record the BlockStore already claimed it stored. The integrator supplies diskio.c (and ffsystem.c when FF_FS_REENTRANT=1).

Public Functions Documentation

SolidSyslogFatFsFile_Create

Create takes no config; an exhausted pool falls back to the shared NullFile.

struct SolidSyslogFile * SolidSyslogFatFsFile_Create (
    void
) 


SolidSyslogFatFsFile_Destroy

Release the pool slot.

void SolidSyslogFatFsFile_Destroy (
    struct SolidSyslogFile * base
) 



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