NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Holds the version information for NvSIPL Camera and NvSIPL Client.

Data Structures

struct  nvsipl::NvSIPLVersion
 Holds the version information of NvSIPL Camera and NvSIPL Client. More...
 

Functions

void nvsipl::NvSIPLGetVersion (NvSIPLVersion &rVersion)
 Gets the library version. More...
 

Variables

constexpr uint32_t nvsipl::NVSIPL_MAJOR_VER = 1U
 Indicates the major revision. More...
 
constexpr uint32_t nvsipl::NVSIPL_MINOR_VER = 0U
 Indicates the minor revision. More...
 
constexpr uint32_t nvsipl::NVSIPL_PATCH_VER = 0U
 Indicates the patch revision. More...
 

Function Documentation

◆ NvSIPLGetVersion()

void nvsipl::NvSIPLGetVersion ( NvSIPLVersion rVersion)

Gets the library version.

Static function to get the version information of the library.

Parameters
[out]rVersionA reference to the object to copy the version information.

Variable Documentation

◆ NVSIPL_MAJOR_VER

constexpr uint32_t nvsipl::NVSIPL_MAJOR_VER = 1U
constexpr

Indicates the major revision.

Definition at line 42 of file NvSIPLVersion.hpp.

◆ NVSIPL_MINOR_VER

constexpr uint32_t nvsipl::NVSIPL_MINOR_VER = 0U
constexpr

Indicates the minor revision.

Definition at line 43 of file NvSIPLVersion.hpp.

◆ NVSIPL_PATCH_VER

constexpr uint32_t nvsipl::NVSIPL_PATCH_VER = 0U
constexpr

Indicates the patch revision.

Definition at line 44 of file NvSIPLVersion.hpp.