cbmimage
Loading...
Searching...
No Matches
cbmimage_fat_s Struct Reference

cbmimage FAT structure More...

#include <cbmimage.h>

Collaboration diagram for cbmimage_fat_s:

Public Attributes

cbmimage_fat_entryentry
 the FAT entries for each LBA block inside of this image.
 
cbmimage_fileimageimage
 the image data
 
size_t elements
 the number of elements in this FAT
 
uint8_t bufferarray []
 

Detailed Description

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.

Member Data Documentation

◆ bufferarray

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!


The documentation for this struct was generated from the following file: