13 #ifndef IS_FAT_FS_LOG_FILE_H_ 14 #define IS_FAT_FS_LOG_FILE_H_ 28 bool open(
const char* filePath,
const char* mode)
OVERRIDE;
36 std::size_t
write(
const void* bytes, std::size_t len)
OVERRIDE;
51 #endif //IS_FAT_FS_LOG_FILE_H_
bool open(const char *filePath, const char *mode) OVERRIDE
int putch(char ch) OVERRIDE
std::size_t read(void *bytes, std::size_t len) OVERRIDE
std::size_t write(const void *bytes, std::size_t len) OVERRIDE
CONST_EXPRESSION std::uint32_t SYNC_FREQ_MS
int puts(const char *str) OVERRIDE
int vprintf(const char *format, va_list args) OVERRIDE
int lprintf(const char *format,...) OVERRIDE