tsfs_file Struct Reference
[Tiny Simple File System (TSFS), block device based]

Holds information about a specific file within a file system. More...

#include <tsfs.h>

Data Fields

uint32_t start
 Address in storage where file starts.
uint32_t end
 Address in storage where file ends.
uint32_t cursor
 Pointer to next data to be read.

Detailed Description

Holds information about a specific file within a file system.

Definition at line 87 of file tsfs.h.


Field Documentation

Pointer to next data to be read.

Definition at line 93 of file tsfs.h.

Referenced by tsfs_open(), tsfs_read(), and tsfs_seek().

Address in storage where file ends.

Definition at line 91 of file tsfs.h.

Referenced by tsfs_get_file_size(), tsfs_open(), tsfs_read(), and tsfs_seek().

Address in storage where file starts.

Definition at line 89 of file tsfs.h.

Referenced by tsfs_get_file_size(), tsfs_open(), and tsfs_seek().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 14:10:03 2010 for display-demo by  doxygen 1.6.3