![]() |
ESP3D
3.0
Firmware for ESP boards connected to 3D Printer
|
#include <esp_globalFS.h>
Public Member Functions | |
ESP_GBFile () | |
ESP_GBFile (uint8_t FS) | |
ESP_GBFile (ESP_File &flashFile) | |
ESP_GBFile (ESP_SDFile &sdFile) | |
~ESP_GBFile () | |
operator bool () const | |
bool | isDirectory () |
const char * | name () const |
const char * | shortname () const |
const char * | filename () const |
void | close () |
bool | isOpen () |
ESP_GBFile & | operator= (const ESP_GBFile &other) |
ESP_GBFile & | operator= (const ESP_File &other) |
ESP_GBFile & | operator= (const ESP_SDFile &other) |
size_t | size () |
time_t | getLastWrite () |
int | available () |
size_t | write (uint8_t i) |
size_t | write (const uint8_t *buf, size_t size) |
int | read () |
size_t | read (uint8_t *buf, size_t size) |
void | flush () |
ESP_GBFile | openNextFile () |
Definition at line 34 of file esp_globalFS.h.
ESP_GBFile::ESP_GBFile | ( | ) |
Definition at line 330 of file esp_globalFS.cpp.
ESP_GBFile::ESP_GBFile | ( | uint8_t | FS | ) |
Definition at line 336 of file esp_globalFS.cpp.
ESP_GBFile::ESP_GBFile | ( | ESP_File & | flashFile | ) |
Definition at line 343 of file esp_globalFS.cpp.
ESP_GBFile::ESP_GBFile | ( | ESP_SDFile & | sdFile | ) |
Definition at line 355 of file esp_globalFS.cpp.
ESP_GBFile::~ESP_GBFile | ( | ) |
Definition at line 366 of file esp_globalFS.cpp.
int ESP_GBFile::available | ( | ) |
void ESP_GBFile::close | ( | ) |
Definition at line 390 of file esp_globalFS.cpp.
const char * ESP_GBFile::filename | ( | ) | const |
void ESP_GBFile::flush | ( | ) |
time_t ESP_GBFile::getLastWrite | ( | ) |
Definition at line 525 of file esp_globalFS.cpp.
bool ESP_GBFile::isDirectory | ( | ) |
Definition at line 485 of file esp_globalFS.cpp.
bool ESP_GBFile::isOpen | ( | ) |
Definition at line 409 of file esp_globalFS.cpp.
const char * ESP_GBFile::name | ( | ) | const |
Definition at line 429 of file esp_globalFS.cpp.
ESP_GBFile ESP_GBFile::openNextFile | ( | ) |
Definition at line 711 of file esp_globalFS.cpp.
ESP_GBFile::operator bool | ( | ) | const |
Definition at line 370 of file esp_globalFS.cpp.
ESP_GBFile & ESP_GBFile::operator= | ( | const ESP_File & | other | ) |
Definition at line 664 of file esp_globalFS.cpp.
ESP_GBFile & ESP_GBFile::operator= | ( | const ESP_GBFile & | other | ) |
Definition at line 651 of file esp_globalFS.cpp.
ESP_GBFile & ESP_GBFile::operator= | ( | const ESP_SDFile & | other | ) |
Definition at line 675 of file esp_globalFS.cpp.
int ESP_GBFile::read | ( | ) |
size_t ESP_GBFile::read | ( | uint8_t * | buf, |
size_t | size | ||
) |
const char* ESP_GBFile::shortname | ( | ) | const |
size_t ESP_GBFile::size | ( | ) |
Definition at line 505 of file esp_globalFS.cpp.
size_t ESP_GBFile::write | ( | const uint8_t * | buf, |
size_t | size | ||
) |
size_t ESP_GBFile::write | ( | uint8_t | i | ) |