NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DUCC_Status Struct Reference

Detailed Description

Defines the DRIVE Update status structure returned from library function call.

It consists of 3 components: state, progress and pending action.

Definition at line 121 of file ducc.h.

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...
 

Field Documentation

◆ pendingAction

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.

Definition at line 128 of file ducc.h.

◆ pendingActionArgs

uint32_t DUCC_Status::pendingActionArgs

Pending action argument.

Definition at line 130 of file ducc.h.

◆ progress

uint32_t DUCC_Status::progress

Current progress of DRIVE Update. It indicates progress %, or nothing in progress (when not set).

Definition at line 126 of file ducc.h.

◆ state

DUCC_State DUCC_Status::state

Current state of DRIVE Update. It indicates operational state of Drive Update stack.

Definition at line 124 of file ducc.h.


The documentation for this struct was generated from the following file: