 VLSI Solution Oy Evaluation MP3 Player Source Code Documentation
VLSI Solution Oy Evaluation MP3 Player Source Code Documentation
#include <buffer.h>
Collaboration diagram for DiskBlock:

| Public Attributes | |
| DiskBlock::Fat | fat | 
| Boot Sector / Bios Parameter Block structure. | |
| DiskBlock::Raw | raw | 
| Raw Data (interpret sector as array of 8-bit chars). | |
| dirrecordtype | dir [16] | 
| Interpret sector as directory records. | |
| word | Fat16Table [256] | 
| Interpret sector as array of 16-bit integers. | |
| u_32 | Fat32Table [128] | 
| Interpret sector as array of 32-bit integers. | |
Definition at line 53 of file buffer.h.
| 
 | 
| Interpret sector as directory records. 
 Definition at line 111 of file buffer.h. Referenced by OpenFile(). | 
| 
 | 
| Boot Sector / Bios Parameter Block structure. 
 Referenced by FatInitGlobals(). | 
| 
 | 
| Interpret sector as array of 16-bit integers. 
 Definition at line 114 of file buffer.h. Referenced by BuildFragmentTable(), GetFatEntry(), GetNextSector(), and WriteClusterChain(). | 
| 
 | 
| Interpret sector as array of 32-bit integers. 
 Definition at line 117 of file buffer.h. Referenced by BuildFragmentTable(), GetFatEntry(), GetNextSector(), and WriteClusterChain(). | 
| 
 | 
| Raw Data (interpret sector as array of 8-bit chars). 
 Referenced by DumpDiskSector(), FGetChar(), GetAVIBlock(), GetStorageInformation(), InitFileSystem(), InitMMC(), MmcGetData(), PerformBlockRead(), PlayAvi(), PlayDiskSectors(), Record(), WriteDiskSector(), and WritePhysicalSector(). |