ImageProperties_t Struct ReferencePlugin > Image Parser

Description

Structure containing state of the image file processed.

Definition at line 41 of file btl_image_parser.h.

#include <btl_image_parser.h>

Data Fields

uint8_t contents
 Image contents.
 
uint8_t instructions
 Parser instructions.
 
bool imageCompleted
 Flag to indicate parsing has completed.
 
bool imageVerified
 Flag to indicate the image file has been validated.
 
uint32_t bootloaderVersion
 Version number of main bootloader extracted from image file.
 
ApplicationData_t application
 Information about the application.
 
uint32_t bootloaderUpgradeSize
 Size of the bootloader upgrade contained in the image file.
 
uint32_t seUpgradeVersion
 Version number of SE upgrade extracted from image file.
 

The documentation for this struct was generated from the following file:
  • btl_image_parser.h