|
cbmimage
|
Functions | |
| static int | cbmimage_i_d1m_d2m_d4m_chdir (cbmimage_image_settings *settings, cbmimage_dir_entry *dir_entry) |
| static int | cbmimage_i_d1m_d2m_d4m_get_geos_infoblock (cbmimage_image_settings *settings) |
| void | cbmimage_i_d1m_d2m_d4m_image_create (cbmimage_fileimage *image, cbmimage_imagetype imagetype, unsigned char *imagetype_name, uint8_t maxsectors) |
| void | cbmimage_i_d1m_image_open (cbmimage_fileimage *image) |
| void | cbmimage_i_d2m_image_open (cbmimage_fileimage *image) |
| void | cbmimage_i_d4m_image_open (cbmimage_fileimage *image) |
Variables | |
| static const cbmimage_fileimage_functions | d1m_d2m_d4m_fileimage_functions |
|
static |
function for chdir'ing in a D1M, D2M or D4M image
| [in] | settings | pointer to the image data internal settings |
| [in] | dir_entry | pointer to the dir_entry to which to chdir. |
|
static |
get the GEOS info block of this image has one
| [in] | settings | pointer to the image data internal settings |
| void cbmimage_i_d1m_d2m_d4m_image_create | ( | cbmimage_fileimage * | image, |
| cbmimage_imagetype | imagetype, | ||
| unsigned char * | imagetype_name, | ||
| uint8_t | maxsectors ) |
create structures for a D1M, D2M and D4M image
| [in] | image | pointer to the image data |
| [in] | imagetype | The type of image that should be created |
| [in] | imagetype_name | The name of the image type that should be stored in the images. This value is only informational and can be asked for by the user; it is not used internally. |
| [in] | maxsectors | The number of sectors of this image |
| void cbmimage_i_d1m_image_open | ( | cbmimage_fileimage * | image | ) |
create structures for a D1M image
| [in] | image | pointer to the image data |
| void cbmimage_i_d2m_image_open | ( | cbmimage_fileimage * | image | ) |
create structures for a D2M image
| [in] | image | pointer to the image data |
| void cbmimage_i_d4m_image_open | ( | cbmimage_fileimage * | image | ) |
create structures for a D4M image
| [in] | image | pointer to the image data |
|
static |
template for the file image functions for D1M, D2M and D4M images
This is a template that is copied into the image specific data.