NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCalibrationStatus Struct Reference

Detailed Description

Defines the current status of an individual calibration.

Definition at line 153 of file CalibrationBaseTypes.h.

Data Fields

bool started
 Flag indicating whether a calibration routine is running. More...
 
dwCalibrationState 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...
 
float32_t errorBound
 Current error bound at 3 sigma (99.7%) as estimated by the routine, same units as the signal. More...
 

Field Documentation

◆ errorBound

float32_t dwCalibrationStatus::errorBound

Current error bound at 3 sigma (99.7%) as estimated by the routine, same units as the signal.

Note
: FLT_MAX if value is not defined or not estimated

Definition at line 166 of file CalibrationBaseTypes.h.

◆ percentageComplete

float32_t dwCalibrationStatus::percentageComplete

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

Definition at line 162 of file CalibrationBaseTypes.h.

◆ started

bool dwCalibrationStatus::started

Flag indicating whether a calibration routine is running.

Definition at line 156 of file CalibrationBaseTypes.h.

◆ state

dwCalibrationState dwCalibrationStatus::state

The current state of a calibration routine.

Definition at line 159 of file CalibrationBaseTypes.h.


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