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

file handling data More...

#include <cbmimage.h>

Collaboration diagram for cbmimage_file_s:

Public Attributes

cbmimage_fileimageimage
 the fileimage to which this file belongs
 
cbmimage_dir_entrydir_entry
 a directory entry which described this file
 
cbmimage_looploop_detector
 loop detector
 
cbmimage_chainchain
 the file chain that follows this file
 
uint16_t block_current_offset
 offset as read pointer into the current block
 
uint16_t block_current_remain
 remaining byte in the current block that are still unread
 
uint16_t bytes_in_block
 the number of bytes in a block
 
int error
 != 0 if an error occurred
 
uint8_t bufferarray []
 

Detailed Description

file handling data

The structure is used for processing a file from a file image.

Todo
Add VLIR and REL file processing and needed structures

Member Data Documentation

◆ bufferarray

uint8_t cbmimage_file_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: