DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

Core Version

Detailed Description

Defines version information and query methods.

Note
SW Release Applicability: These APIs are available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

Data Structures

struct  dwVersion
 

Functions

DW_API_PUBLIC dwStatus dwGetVersion (dwVersion *version)
 Query the current DriveWorks library version. More...
 

Data Structure Documentation

◆ dwVersion

struct dwVersion
Data Fields
char extra[32]
char hash[41]
int32_t major
int32_t minor
int32_t patch

Function Documentation

◆ dwGetVersion()

DW_API_PUBLIC dwStatus dwGetVersion ( dwVersion version)

Query the current DriveWorks library version.

Parameters
[out]versionA pointer to a dwVersion struct to be filled with the current DriveWorks library version.
Returns
DW_INVALID_ARGUMENT - If version pointer is null.
DW_SUCCESS