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

Holds information on one file in the file table. More...

#include <tsfs.h>

Data Fields

uint32_t file_offset
 Offset in media file starts.
uint32_t file_size
 Size of file in bytes.
uint8_t filename [TSFS_FILENAME_LEN]
 Name of the file on the volume.

Detailed Description

Holds information on one file in the file table.

Definition at line 134 of file tsfs.h.


Field Documentation

Offset in media file starts.

Definition at line 136 of file tsfs.h.

Referenced by tsfs_open().

Size of file in bytes.

Definition at line 138 of file tsfs.h.

Referenced by tsfs_open().

Name of the file on the volume.

The name can be no longer than TSFS_FILENAME_LEN. There is no need for a trailing null byte ('\0'). It is also possible for two files to have the same filename.

Definition at line 147 of file tsfs.h.

Referenced by tsfs_get_filename().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3