Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
filesystem.h File Reference

Interface for the physical components of the file system. More...

Go to the source code of this file.

Classes

struct  lampda::hal::filesystem::HAL_File
 Handle class for a file. More...
 

Namespaces

namespace  lampda
 Program scope.
 
namespace  lampda::hal
 Hardware Abstraction Layer, handle the platform specific interactions. Can be changed to support different platforms.
 
namespace  lampda::hal::filesystem
 Handle the interaction with the file system.
 

Functions

void lampda::hal::filesystem::shutdown ()
 Global filesystem shutdown.
 
void lampda::hal::filesystem::format_file_system ()
 Format/erase the whole file system.
 
bool lampda::hal::filesystem::delete_file (const char *fname)
 Delete a given file.
 

Detailed Description

Interface for the physical components of the file system.