NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

The version information structure returned by NvRmGpuLibGetVersionInfo().

Since
0.1.0

Definition at line 364 of file nvrm_gpu.h.

Data Fields

uint32_t major
 The library major version. More...
 
uint32_t minor
 The library minor version. More...
 
uint32_t patch
 The library patch level. More...
 
const char * suffix
 Version string suffix (always non-NULL) More...
 

Field Documentation

◆ major

uint32_t NvRmGpuLibVersionInfoRec::major

The library major version.

Since
0.1.0

Definition at line 369 of file nvrm_gpu.h.

◆ minor

uint32_t NvRmGpuLibVersionInfoRec::minor

The library minor version.

Since
0.1.0

Definition at line 374 of file nvrm_gpu.h.

◆ patch

uint32_t NvRmGpuLibVersionInfoRec::patch

The library patch level.

Since
0.1.0

Definition at line 379 of file nvrm_gpu.h.

◆ suffix

const char* NvRmGpuLibVersionInfoRec::suffix

Version string suffix (always non-NULL)

When the version string suffix is:

  • An empty string, the version is a general release.
  • A non-empty string, the version is a special release and non-standard compatibility rules may apply. For example:
    • "-dev" : Internal development release
    • "-rel34" : Version numbering is specific to NVIDIA Tegra release branch 34
Since
0.1.0

Definition at line 391 of file nvrm_gpu.h.


The documentation for this struct was generated from the following file: