NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 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...
 

Macros

#define NVSIPL_MAJOR_VER   1
 Indicates the major revision. More...
 
#define NVSIPL_MINOR_VER   0
 Indicates the minor revision. More...
 
#define NVSIPL_PATCH_VER   0
 Indicates the patch revision. More...
 

Functions

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

Macro Definition Documentation

◆ NVSIPL_MAJOR_VER

#define NVSIPL_MAJOR_VER   1

Indicates the major revision.

Definition at line 42 of file NvSIPLVersion.hpp.

◆ NVSIPL_MINOR_VER

#define NVSIPL_MINOR_VER   0

Indicates the minor revision.

Definition at line 43 of file NvSIPLVersion.hpp.

◆ NVSIPL_PATCH_VER

#define NVSIPL_PATCH_VER   0

Indicates the patch revision.

Definition at line 44 of file NvSIPLVersion.hpp.

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.