NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwEgomotionCalibrationStatus Struct Reference

Detailed Description

Defines the current status of an individual calibration.

Definition at line 160 of file EgomotionExtra.h.

Data Fields

bool started
 Flag indicating whether a calibration routine is running. More...
 
dwEgomotionCalibrationState state
 The current state of a calibration routine. More...
 
float32_t percentageComplete
 The current calibration percentage complete status. Valid percentages are in the range [0,1]. More...
 

Field Documentation

◆ percentageComplete

float32_t dwEgomotionCalibrationStatus::percentageComplete

The current calibration percentage complete status. Valid percentages are in the range [0,1].

Definition at line 169 of file EgomotionExtra.h.

◆ started

bool dwEgomotionCalibrationStatus::started

Flag indicating whether a calibration routine is running.

Definition at line 163 of file EgomotionExtra.h.

◆ state

dwEgomotionCalibrationState dwEgomotionCalibrationStatus::state

The current state of a calibration routine.

Definition at line 166 of file EgomotionExtra.h.


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