|
cbmimage
|
cbmimage FAT structure More...
#include <cbmimage.h>

Public Attributes | |
| cbmimage_fat_entry * | entry |
| the FAT entries for each LBA block inside of this image. | |
| cbmimage_fileimage * | image |
| the image data | |
| size_t | elements |
| the number of elements in this FAT | |
| uint8_t | bufferarray [] |
cbmimage FAT structure
This structure holds a file allocaton table (FAT) into the image, build from the T/S links at the beginning of each block.
It helps in fast navigation inside of an image.
| uint8_t cbmimage_fat_s::bufferarray[] |
some additional space for the various data. Don't make any assumptions about the contents or the layout here!