Compute Graph Framework SDK Reference  5.8
dwSelfCalibrationNode_errorid.h File Reference

Go to the source code of this file.

Enumerations

enum  dwSelfCalibrationErrorID {
  DW_SELFCALIBRATION_ERROR_ID_INVALID = 0 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_0 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_1 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_2 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_3 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_4 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_5 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_6 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_7 ,
  DW_SELFCALIBRATION_ERROR_ID_CAMERA_8 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_0 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_1 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_2 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_3 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_4 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_5 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_6 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_7 ,
  DW_SELFCALIBRATION_ERROR_ID_RADAR_8 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_0 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_1 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_2 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_3 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_4 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_5 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_6 ,
  DW_SELFCALIBRATION_ERROR_ID_LIDAR_7 ,
  DW_SELFCALIBRATION_ERROR_ID_NUM
}
 

Enumeration Type Documentation

◆ dwSelfCalibrationErrorID

error-ids reported by the self-calibration node

Enumerator
DW_SELFCALIBRATION_ERROR_ID_INVALID 

0 - invalid error id

DW_SELFCALIBRATION_ERROR_ID_CAMERA_0 

1 - camera 0 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_1 

2 - camera 1 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_2 

3 - camera 2 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_3 

4 - camera 3 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_4 

5 - camera 4 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_5 

6 - camera 5 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_6 

7 - camera 6 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_7 

8 - camera 7 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_CAMERA_8 

9 - camera 8 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_0 

10 - radar 0 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_1 

11 - radar 1 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_2 

12 - radar 2 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_3 

13 - radar 3 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_4 

14 - radar 4 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_5 

15 - radar 5 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_6 

16 - radar 6 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_7 

17 - radar 7 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_RADAR_8 

18 - radar 8 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_0 

19 - lidar 0 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_1 

20 - lidar 1 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_2 

21 - lidar 2 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_3 

22 - lidar 3 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_4 

23 - lidar 4 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_5 

24 - lidar 5 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_6 

25 - lidar 6 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_LIDAR_7 

26 - lidar 7 self-calibration failed

DW_SELFCALIBRATION_ERROR_ID_NUM 

27 - number of self-calibration error ids

Definition at line 43 of file dwSelfCalibrationNode_errorid.h.