NVIDIA DriveOS Linux NSR SDK API Reference
7.0.3.0 Release
VehicleParams.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2018-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4
*
5
* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6
* property and proprietary rights in and to this material, related
7
* documentation and any modifications thereto. Any use, reproduction,
8
* disclosure or distribution of this material and related documentation
9
* without an express license agreement from NVIDIA CORPORATION or
10
* its affiliates is strictly prohibited.
11
*/
12
21
#ifndef DW_CALIBRATION_VEHICLE_VEHICLEPARAMS_H_
22
#define DW_CALIBRATION_VEHICLE_VEHICLEPARAMS_H_
23
24
#include <dw/calibration/engine/common/CalibrationTypes.h>
25
#include <dw/calibration/engine/common/VehicleParamsTypes.h>
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
34
typedef
struct
dwCalibrationVehicleParams
35
{
37
void
*
userData
;
38
41
dwCalibrationStatusChanged
onChanged
;
42
}
dwCalibrationVehicleParams
;
43
44
#ifdef __cplusplus
45
}
//extern C
46
#endif
47
48
#endif // DW_CALIBRATION_VEHICLE_VEHICLEPARAMS_H_
dwCalibrationStatusChanged
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
Definition:
CalibrationTypes.h:72
dwCalibrationVehicleParams::onChanged
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
Definition:
VehicleParams.h:41
dwCalibrationVehicleParams
struct dwCalibrationVehicleParams dwCalibrationVehicleParams
Vehicle steering calibration-related parameters.
dwCalibrationVehicleParams::userData
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
Definition:
VehicleParams.h:37
dwCalibrationVehicleParams
Vehicle steering calibration-related parameters.
Definition:
VehicleParams.h:34
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Subject to Change | For test and development only.
Thu May 8 2025 00:05:09 | PR-10721-6.0