Compute Graph Framework SDK Reference  5.8
dwSelfCalibrationNode_errorid.h
Go to the documentation of this file.
1
2//
3// Notice
4// ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS" NVIDIA MAKES
5// NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO
6// THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTIES OF NONINFRINGEMENT,
7// MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
8//
9// NVIDIA CORPORATION & AFFILIATES assumes no responsibility for the consequences of use of such
10// information or for any infringement of patents or other rights of third parties that may
11// result from its use. No license is granted by implication or otherwise under any patent
12// or patent rights of NVIDIA CORPORATION & AFFILIATES. No third party distribution is allowed unless
13// expressly authorized by NVIDIA. Details are subject to change without notice.
14// This code supersedes and replaces all information previously supplied.
15// NVIDIA CORPORATION & AFFILIATES products are not authorized for use as critical
16// components in life support devices or systems without express written approval of
17// NVIDIA CORPORATION & AFFILIATES.
18//
19// SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20// SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21//
22// NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23// property and proprietary rights in and to this material, related
24// documentation and any modifications thereto. Any use, reproduction,
25// disclosure or distribution of this material and related documentation
26// without an express license agreement from NVIDIA CORPORATION or
27// its affiliates is strictly prohibited.
28//
30
31#ifndef DW_FRAMEWORK_NODES_SELFCALIBRATIONNODE_SELFCALIBRATIONERRORID_H_
32#define DW_FRAMEWORK_NODES_SELFCALIBRATIONNODE_SELFCALIBRATIONERRORID_H_
33
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
73
74#ifdef __cplusplus
75} // extern C
76#endif
77
78static_assert(dw::framework::SELF_CALIBRATION_NODE_MAX_CAMERAS == (DW_SELFCALIBRATION_ERROR_ID_RADAR_0 - DW_SELFCALIBRATION_ERROR_ID_CAMERA_0), "number of cameras in dwSelfCalibrationErrorID doesn't match SELF_CALIBRATION_NODE_MAX_CAMERAS");
79static_assert(dw::framework::SELF_CALIBRATION_NODE_MAX_RADARS == (DW_SELFCALIBRATION_ERROR_ID_LIDAR_0 - DW_SELFCALIBRATION_ERROR_ID_RADAR_0), "number of radars in dwSelfCalibrationErrorID doesn't match SELF_CALIBRATION_NODE_MAX_CAMERAS");
80static_assert(dw::framework::SELF_CALIBRATION_NODE_MAX_LIDARS == (DW_SELFCALIBRATION_ERROR_ID_NUM - DW_SELFCALIBRATION_ERROR_ID_LIDAR_0), "number of lidars in dwSelfCalibrationErrorID doesn't match SELF_CALIBRATION_NODE_MAX_CAMERAS");
81
82#endif // DW_FRAMEWORK_NODES_SELFCALIBRATIONNODE_SELFCALIBRATIONERRORID_H_
@ DW_SELFCALIBRATION_ERROR_ID_LIDAR_4
23 - lidar 4 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_8
18 - radar 8 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_3
4 - camera 3 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_LIDAR_6
25 - lidar 6 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_1
11 - radar 1 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_0
10 - radar 0 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_6
16 - radar 6 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_NUM
27 - number of self-calibration error ids
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_7
17 - radar 7 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_2
12 - radar 2 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_5
15 - radar 5 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_3
13 - radar 3 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_LIDAR_3
22 - lidar 3 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_CAMERA_8
9 - camera 8 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_LIDAR_0
19 - lidar 0 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_LIDAR_7
26 - lidar 7 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_4
5 - camera 4 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_1
2 - camera 1 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_0
1 - camera 0 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_INVALID
0 - invalid error id
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_7
8 - camera 7 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_6
7 - camera 6 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_5
6 - camera 5 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_RADAR_4
14 - radar 4 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_CAMERA_2
3 - camera 2 self-calibration failed
@ DW_SELFCALIBRATION_ERROR_ID_LIDAR_5
24 - lidar 5 self-calibration failed
static constexpr uint8_t SELF_CALIBRATION_NODE_MAX_LIDARS
static constexpr uint8_t SELF_CALIBRATION_NODE_MAX_CAMERAS
static constexpr uint8_t SELF_CALIBRATION_NODE_MAX_RADARS