ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
ESP_FileSystem Class Reference

#include <esp_filesystem.h>

Public Member Functions

 ESP_FileSystem ()
 
 ~ESP_FileSystem ()
 

Static Public Member Functions

static String & formatBytes (uint64_t bytes)
 
static bool begin ()
 
static void end ()
 
static size_t totalBytes ()
 
static size_t usedBytes ()
 
static size_t freeBytes ()
 
static size_t max_update_size ()
 
static const char * FilesystemName ()
 
static bool format ()
 
static ESP_File open (const char *path, uint8_t mode=ESP_FILE_READ)
 
static bool exists (const char *path)
 
static bool remove (const char *path)
 
static bool mkdir (const char *path)
 
static bool rmdir (const char *path)
 
static bool rename (const char *oldpath, const char *newpath)
 
static void closeAll ()
 
static bool started ()
 

Detailed Description

Definition at line 64 of file esp_filesystem.h.

Constructor & Destructor Documentation

◆ ESP_FileSystem()

ESP_FileSystem::ESP_FileSystem ( )

Definition at line 35 of file esp_filesystem.cpp.

◆ ~ESP_FileSystem()

ESP_FileSystem::~ESP_FileSystem ( )

Definition at line 40 of file esp_filesystem.cpp.

Member Function Documentation

◆ begin()

static bool ESP_FileSystem::begin ( )
static
Here is the caller graph for this function:

◆ closeAll()

static void ESP_FileSystem::closeAll ( )
static
Here is the caller graph for this function:

◆ end()

static void ESP_FileSystem::end ( )
static
Here is the caller graph for this function:

◆ exists()

static bool ESP_FileSystem::exists ( const char *  path)
static
Here is the caller graph for this function:

◆ FilesystemName()

static const char* ESP_FileSystem::FilesystemName ( )
static
Here is the caller graph for this function:

◆ format()

static bool ESP_FileSystem::format ( )
static
Here is the caller graph for this function:

◆ formatBytes()

String & ESP_FileSystem::formatBytes ( uint64_t  bytes)
static

Definition at line 45 of file esp_filesystem.cpp.

Here is the caller graph for this function:

◆ freeBytes()

static size_t ESP_FileSystem::freeBytes ( )
static
Here is the caller graph for this function:

◆ max_update_size()

size_t ESP_FileSystem::max_update_size ( )
static

Definition at line 60 of file esp_filesystem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mkdir()

static bool ESP_FileSystem::mkdir ( const char *  path)
static
Here is the caller graph for this function:

◆ open()

static ESP_File ESP_FileSystem::open ( const char *  path,
uint8_t  mode = ESP_FILE_READ 
)
static
Here is the caller graph for this function:

◆ remove()

static bool ESP_FileSystem::remove ( const char *  path)
static
Here is the caller graph for this function:

◆ rename()

static bool ESP_FileSystem::rename ( const char *  oldpath,
const char *  newpath 
)
static
Here is the caller graph for this function:

◆ rmdir()

static bool ESP_FileSystem::rmdir ( const char *  path)
static
Here is the caller graph for this function:

◆ started()

static bool ESP_FileSystem::started ( )
inlinestatic

Definition at line 85 of file esp_filesystem.h.

Here is the caller graph for this function:

◆ totalBytes()

static size_t ESP_FileSystem::totalBytes ( )
static
Here is the caller graph for this function:

◆ usedBytes()

static size_t ESP_FileSystem::usedBytes ( )
static
Here is the caller graph for this function:

The documentation for this class was generated from the following files: