#include <ISLogFileFatFs.h>
Definition at line 20 of file ISLogFileFatFs.h.
◆ cISLogFileFatFs() [1/3]
cISLogFileFatFs::cISLogFileFatFs |
( |
| ) |
|
◆ cISLogFileFatFs() [2/3]
cISLogFileFatFs::cISLogFileFatFs |
( |
const std::string & |
filePath, |
|
|
const char * |
mode |
|
) |
| |
◆ cISLogFileFatFs() [3/3]
cISLogFileFatFs::cISLogFileFatFs |
( |
const char * |
filePath, |
|
|
const char * |
mode |
|
) |
| |
◆ ~cISLogFileFatFs()
cISLogFileFatFs::~cISLogFileFatFs |
( |
| ) |
|
◆ close()
bool cISLogFileFatFs::close |
( |
| ) |
|
|
virtual |
◆ flush()
bool cISLogFileFatFs::flush |
( |
| ) |
|
|
virtual |
◆ getch()
int cISLogFileFatFs::getch |
( |
| ) |
|
|
virtual |
◆ good()
bool cISLogFileFatFs::good |
( |
| ) |
|
|
virtual |
◆ isOpened()
bool cISLogFileFatFs::isOpened |
( |
| ) |
|
|
virtual |
◆ lprintf()
int cISLogFileFatFs::lprintf |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
virtual |
◆ open()
bool cISLogFileFatFs::open |
( |
const char * |
filePath, |
|
|
const char * |
mode |
|
) |
| |
|
virtual |
◆ putch()
int cISLogFileFatFs::putch |
( |
char |
ch | ) |
|
|
virtual |
◆ puts()
int cISLogFileFatFs::puts |
( |
const char * |
str | ) |
|
|
virtual |
◆ read()
std::size_t cISLogFileFatFs::read |
( |
void * |
bytes, |
|
|
std::size_t |
len |
|
) |
| |
|
virtual |
◆ vprintf()
int cISLogFileFatFs::vprintf |
( |
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
|
virtual |
◆ write()
std::size_t cISLogFileFatFs::write |
( |
const void * |
bytes, |
|
|
std::size_t |
len |
|
) |
| |
|
virtual |
◆ m_file
FIL cISLogFileFatFs::m_file |
|
private |
◆ m_lastSync
std::uint32_t cISLogFileFatFs::m_lastSync |
|
private |
◆ m_opened
bool cISLogFileFatFs::m_opened |
|
private |
◆ SYNC_FREQ_MS
The documentation for this class was generated from the following files: