Defines the DRIVE Update status structure returned from library function call.
It consists of 3 components: state, progress and pending action.
Data Fields | |
DUCC_State | state |
Current state of DRIVE Update. It indicates operational state of Drive Update stack. More... | |
uint32_t | progress |
Current progress of DRIVE Update. It indicates progress %, or nothing in progress (when not set). More... | |
DUCC_PendingAction | pendingAction |
Pending action of DRIVE Update. If set and applicable, it indicates that the installation progress requires an action from vehicle software. The action may be raising the runlevel (allowing higher system impact) or it could be UserAction – a choice/selection which the end users needs to make to continue with the installation. More... | |
uint32_t | pendingActionArgs |
Pending action argument. More... | |
DUCC_PendingAction DUCC_Status::pendingAction |
Pending action of DRIVE Update. If set and applicable, it indicates that the installation progress requires an action from vehicle software. The action may be raising the runlevel (allowing higher system impact) or it could be UserAction – a choice/selection which the end users needs to make to continue with the installation.
uint32_t DUCC_Status::pendingActionArgs |
uint32_t DUCC_Status::progress |
DUCC_State DUCC_Status::state |