Go to the source code of this file.
Defines | |
| #define | FS_FAT_12 ENABLED |
| FAT supported (ENABLED or DISABLE). | |
| #define | FS_FAT_16 ENABLED |
| #define | FS_FAT_32 ENABLED |
| #define | FS_MULTI_PARTITION DISABLED |
| The navigator may be support only the first partition (DISABLED), or the multiple partion (ENABLED). | |
| #define | FS_LEVEL_FEATURES (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET) |
| Level of feature Choose between: FSFEATURE_READ All read fonctions FSFEATURE_WRITE nav_file_copy(), nav_file_paste(), nav_file_del(), file_create(), file_open(MODE_WRITE), file_write(), file_putc() FSFEATURE_WRITE_COMPLET FSFEATURE_WRITE + nav_drive_format(), nav_dir_make(), nav_file_rename(), nav_file_dateset(), nav_file_attributset() FSFEATURE_ALL. | |
| #define | FS_NB_CACHE_CLUSLIST 1 |
| Number of cache used to store a cluster list of files (interresting in case of many "open file"). | |
| #define | FS_NB_NAVIGATOR 3 |
| Maximum of navigator. | |
| #define | FS_NAV_ID_PLAYLIST 1 |
| *** Define the affiliation of navigator (Rq: the explorer has always the navigator ID 0) | |
| #define | FS_NAV_ID_COPYFILE 2 |
| #define | UNICODENAME_FILE_SETTING {'c','o','n','f','i','g','.','s','y','s','\0'} |
Definition in file conf_explorer.h.
| #define FS_FAT_12 ENABLED |
| #define FS_FAT_16 ENABLED |
Definition at line 48 of file conf_explorer.h.
| #define FS_FAT_32 ENABLED |
Definition at line 49 of file conf_explorer.h.
| #define FS_MULTI_PARTITION DISABLED |
The navigator may be support only the first partition (DISABLED), or the multiple partion (ENABLED).
Definition at line 52 of file conf_explorer.h.
| #define FS_LEVEL_FEATURES (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET) |
Level of feature Choose between: FSFEATURE_READ All read fonctions FSFEATURE_WRITE nav_file_copy(), nav_file_paste(), nav_file_del(), file_create(), file_open(MODE_WRITE), file_write(), file_putc() FSFEATURE_WRITE_COMPLET FSFEATURE_WRITE + nav_drive_format(), nav_dir_make(), nav_file_rename(), nav_file_dateset(), nav_file_attributset() FSFEATURE_ALL.
Definition at line 61 of file conf_explorer.h.
| #define FS_NB_CACHE_CLUSLIST 1 |
Number of cache used to store a cluster list of files (interresting in case of many "open file").
Definition at line 64 of file conf_explorer.h.
| #define FS_NB_NAVIGATOR 3 |
| #define FS_NAV_ID_PLAYLIST 1 |
*** Define the affiliation of navigator (Rq: the explorer has always the navigator ID 0)
Definition at line 71 of file conf_explorer.h.
| #define FS_NAV_ID_COPYFILE 2 |
Definition at line 73 of file conf_explorer.h.
| #define UNICODENAME_FILE_SETTING {'c','o','n','f','i','g','.','s','y','s','\0'} |
Definition at line 82 of file conf_explorer.h.
1.5.3