★ PROGRAMMER'S GUIDE ★ File system libraryfunction | function |
|---|---|
GFS_Init | Library initialization and CD mounting process |
GFS_LoadDir | Read directory information |
GFS_SetDir | Current directory settings |
GFS_NameToId | File name → file identifier conversion |
GFS_IdToName | File identifier → file name conversion |
GFS_GetDirInfo | Get directory information |
GFS_Reset | File system reset |
function | function |
|---|---|
GFS_Open | Open file |
GFS_Close | File close |
GFS_Seek | Move access pointer |
GFS_Tell | Get access pointer |
GFS_IsEof | Check if the access pointer is at the end of the file |
GFS_ByteToSct | Byte-by-sector conversion |
GFS_GetFileSize | Get file size |
GFS_GetFileInfo | Get file information |
GFS_GetNumCdbuf | Get the number of sectors in the CD buffer partition |
function | function |
|---|---|
GFS_Fread | Read data from the opened file. |
GFS_Load | Read the data by specifying the file identifier. |
function | function |
|---|---|
GFS_NwFread | Issuing a data read request |
GFS_NwCdRead | Issuing a read request to the CD buffer |
GFS_NwIsComplete | Check the completion of reading process |
GFS_NwStop | Cancel reading process |
GFS_NwGetStat | Get access status |
GFS_NwExecOne | Server function for one file |
GFS_NwExecServer | Server functions for multiple files |
function | function |
|---|---|
GFS_SetGmode | Ejection method setting from CD buffer |
GFS_SetTmode | Forwarding method setting |
GFS_SetReadPara | Setting the read unit to the CD buffer |
GFS_SetTransPara | Transfer unit setting from the CD buffer |
GFS_SetTrFunc | Transfer function registration |
GFS_StartTrans | Start transfer in transfer function |
function | function |
|---|---|
GFS_CdMovePickup | Moving the CD pickup |
GFS_SetErrFunc | Registration of error handling function |
GFS_GetErrStat | Getting error status |
GFS_ConvTno | Track number conversion |
Figure 1.1 Module configuration diagram
★ PROGRAMMER'S GUIDE ★ File system library