Olli Vanhoja / mFS
Embed: (wiki syntax)

« Back to documentation index

mfs.h File Reference

mfs.h File Reference

Go to the source code of this file.

Data Structures

class  mfs
 mFS File System class More...
class  file
 mFS File handle class More...

Variables

const unsigned int VOL_SIZE = 65536
 EEPROM chip size in bytes.
const unsigned int BS = 1024
 How many bytes per block (default: 4096 bytes)
const unsigned int BUF = 400
 File buffer length.

Detailed Description

Definition in file mfs.h.


Variable Documentation

const unsigned int BS = 1024

How many bytes per block (default: 4096 bytes)

Definition at line 83 of file mfs.h.

const unsigned int BUF = 400

File buffer length.

Definition at line 86 of file mfs.h.

const unsigned int VOL_SIZE = 65536

EEPROM chip size in bytes.

Definition at line 82 of file mfs.h.