Embedded TCP/IP stack
4.1.0
|
fnet_fs_rom.h
const struct fnet_fs_rom_node * nodes
Array of file-system nodes. The last node element must have all fields set to zero as the end-of-arr...
Definition: fnet_fs_rom.h:131
fnet_size_t data_size
Size of the file buffer pointed to by the data field. For a directory this field must be set to 0...
Definition: fnet_fs_rom.h:113
unsigned long fnet_size_t
Unsigned integer type representing the size in bytes.
Definition: fnet_stdlib.h:56
const fnet_uint8_t * data
Pointer to a file-content buffer. For a directory this field must be set to 0.
Definition: fnet_fs_rom.h:111
const fnet_char_t * name
Name of a file or directory (null-terminated string).
Definition: fnet_fs_rom.h:109
fnet_uint32_t version
File-system version the FS image was generated for.
Definition: fnet_fs_rom.h:129
const fnet_char_t * name
File-system name (null-terminated string). Should be set to the FNET_FS_ROM_NAME. ...
Definition: fnet_fs_rom.h:127
FNET ROM file-system node. The node represents a file or a directory.
Definition: fnet_fs_rom.h:107
const struct fnet_fs_rom_node * parent_node
Pointer to the parent directory. For the root directory this field must be set to 0...
Definition: fnet_fs_rom.h:116
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net