conf_explorer.h File Reference


Detailed Description

FAT configuration file.

This file contains the possible external configuration of the FAT.

Information about file-system limitations:

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file conf_explorer.h.

#include "compiler.h"

Go to the source code of this file.

Defines

#define FS_ASCII   ENABLED
 The explorer may support either the ASCII or the UNICODE string format, or both.
#define FS_FAT_12   ENABLED
 Supported FATs (ENABLED or DISABLED).
#define FS_FAT_16   ENABLED
#define FS_FAT_32   ENABLED
#define FS_LEVEL_FEATURES   (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET)
 Level of features.
#define FS_MULTI_PARTITION   DISABLED
 The navigator may support only the first partition (DISABLED), or multiple partitions (ENABLED).
#define FS_NB_CACHE_CLUSLIST   1
 Number of caches used to store a cluster list of files (interesting in case of many `open file').
#define FS_NB_NAVIGATOR   5
 Maximal number of simultaneous navigators.
#define FS_NB_RESERVED_NAV   0
 Number of reserved navigators (ids from 0 to (FS_NB_RESERVED_NAVIGATOR - 1)).
#define FS_UNICODE   DISABLED
#define LIB_CTRLACCESS   "ctrl_access.h"
#define LIB_MEM   <string.h>
 Include files and compile options (do not change these settings).
#define MAX_CONFIG_FILE_SIZE   110
 Maximal size of configuration file.
#define MAX_FILE_PATH_LENGTH   30
 Maximal number of characters in file path.
Navigator Affiliations
Define the affiliations of the navigators.

Note:
The explorer always has the navigator ID 0.


#define FS_NAV_ID_COPYFILE   1
 The explorer uses the navigator ID 1 to open the `copy file' and the ID 0 to open the `paste file'.
Playlist Configuration
#define pl_cache_path   g_buffer
 Cache to store the path of a file (here, mapped onto a global buffer).
#define PL_CACHE_PATH_MAX_SIZE   sizeof(g_buffer)
 Size of cache to store the path of a file.
#define PL_UNICODE   DISABLED
 Playlist format: DISABLED for ASCII or ENABLED for UNICODE.


Define Documentation

#define FS_ASCII   ENABLED

The explorer may support either the ASCII or the UNICODE string format, or both.

Definition at line 67 of file conf_explorer.h.

#define FS_FAT_12   ENABLED

Supported FATs (ENABLED or DISABLED).

Definition at line 62 of file conf_explorer.h.

#define FS_FAT_16   ENABLED

Definition at line 63 of file conf_explorer.h.

#define FS_FAT_32   ENABLED

Definition at line 64 of file conf_explorer.h.

#define FS_LEVEL_FEATURES   (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET)

Level of features.

Select among:

Definition at line 85 of file conf_explorer.h.

#define FS_MULTI_PARTITION   DISABLED

The navigator may support only the first partition (DISABLED), or multiple partitions (ENABLED).

Definition at line 71 of file conf_explorer.h.

#define FS_NAV_ID_COPYFILE   1

The explorer uses the navigator ID 1 to open the `copy file' and the ID 0 to open the `paste file'.

Definition at line 106 of file conf_explorer.h.

Referenced by nav_file_copy(), nav_file_paste_start(), and nav_file_paste_state().

#define FS_NB_CACHE_CLUSLIST   1

Number of caches used to store a cluster list of files (interesting in case of many `open file').

In player mode, 1 is OK (shall be > 0).

Definition at line 89 of file conf_explorer.h.

Referenced by fat_cache_clusterlist_reset(), fat_cache_clusterlist_update_read(), fat_cache_clusterlist_update_select(), and fat_cache_clusterlist_update_start().

#define FS_NB_NAVIGATOR   5

Maximal number of simultaneous navigators.

Definition at line 92 of file conf_explorer.h.

Referenced by fat_check_device(), fat_check_nav_access_disk(), fat_check_nav_access_file(), fsaccess_alloc_nav_id(), nav_exit(), nav_reset(), and nav_select().

#define FS_NB_RESERVED_NAV   0

Number of reserved navigators (ids from 0 to (FS_NB_RESERVED_NAVIGATOR - 1)).

Definition at line 95 of file conf_explorer.h.

Referenced by fsaccess_alloc_nav_id().

#define FS_UNICODE   DISABLED

Definition at line 68 of file conf_explorer.h.

Referenced by pl_main_readline().

#define LIB_CTRLACCESS   "ctrl_access.h"

Definition at line 59 of file conf_explorer.h.

#define LIB_MEM   <string.h>

Include files and compile options (do not change these settings).

Definition at line 58 of file conf_explorer.h.

#define MAX_CONFIG_FILE_SIZE   110

Maximal size of configuration file.

Definition at line 77 of file conf_explorer.h.

#define MAX_FILE_PATH_LENGTH   30

Maximal number of characters in file path.

Definition at line 74 of file conf_explorer.h.

#define pl_cache_path   g_buffer

Cache to store the path of a file (here, mapped onto a global buffer).

Definition at line 115 of file conf_explorer.h.

Referenced by pl_add().

#define PL_CACHE_PATH_MAX_SIZE   sizeof(g_buffer)

Size of cache to store the path of a file.

Definition at line 118 of file conf_explorer.h.

Referenced by pl_add().

#define PL_UNICODE   DISABLED

Playlist format: DISABLED for ASCII or ENABLED for UNICODE.

Definition at line 121 of file conf_explorer.h.


Generated on Fri Feb 19 02:29:41 2010 for AVR32 UC3 - FSACCESS Services by  doxygen 1.5.5