GBL version dependency tag type.

Public Attributes#

uint8_t

Type of image (application, bootloader, SE)

uint8_t

Encoded dependency statement (ex. appVersion > (0).1.2.3)

uint16_t

Reserved.

uint32_t

The version number used in the statement (ex. (0).1.2.3)

Public Attribute Documentation#

imageType#

uint8_t VersionDependency_t::imageType

Type of image (application, bootloader, SE)


statement#

uint8_t VersionDependency_t::statement

Encoded dependency statement (ex. appVersion > (0).1.2.3)


reserved#

uint16_t VersionDependency_t::reserved

Reserved.


version#

uint32_t VersionDependency_t::version

The version number used in the statement (ex. (0).1.2.3)