Compute Graph Framework SDK Reference  5.8
dwRigNode_errorid.h File Reference

Go to the source code of this file.

Enumerations

enum  dwRigNodeErrorID {
  DW_RIGNODE_ERROR_ID_INVALID = 0 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_0 = 100 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_1 = 101 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_2 = 102 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_3 = 103 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_4 = 104 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_5 = 105 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_6 = 106 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_7 = 107 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_8 = 108 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_0 = 200 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_1 = 201 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_2 = 202 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_3 = 203 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_4 = 204 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_5 = 205 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_6 = 206 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_7 = 207 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_8 = 208 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_0 = 300 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_1 = 301 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_2 = 302 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_3 = 303 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_4 = 304 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_5 = 305 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_6 = 306 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_7 = 307 ,
  DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_IMU_0 = 400
}
 

Enumeration Type Documentation

◆ dwRigNodeErrorID

Rig node specific errors.

NOMINALS_MISSING indicates that the sensor has identity set as the nominal transform.

Enumerator
DW_RIGNODE_ERROR_ID_INVALID 

invalid error id

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_0 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_1 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_2 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_3 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_4 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_5 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_6 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_7 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_CAMERA_8 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_0 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_1 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_2 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_3 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_4 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_5 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_6 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_7 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_RADAR_8 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_0 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_1 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_2 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_3 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_4 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_5 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_6 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_LIDAR_7 

nominal transform is identity

DW_RIGNODE_ERROR_ID_NOMINALS_MISSING_IMU_0 

nominal transform is identity

Definition at line 43 of file dwRigNode_errorid.h.