NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvSIPL Version

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)
 Returns the version of the SIPL library. 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)

Returns the version of the SIPL library.

This API does the following:

  • Populates the version of SIPL from NVSIPL_MAJOR_VER for the major version, NVSIPL_MINOR_VER for the minor version, and NVSIPL_PATCH_VER for the patch version.
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.