NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvSIPLVersion.hpp File Reference

Go to the source code of this file.

Data Structures

struct  nvsipl::NvSIPLVersion
 Holds the version information of NvSIPL Camera (libnvsipl.so) and NvSIPL Client (libnvsipl.so). More...
 

Namespaces

 nvsipl
 Contains the classes and variables for implementation of Sensor Input Processing Library (SIPL).
 

Functions

void nvsipl::NvSIPLGetVersion (NvSIPLVersion &rVersion)
 Gets the library version. More...
 
#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...
 
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 36 of file NvSIPLVersion.hpp.

◆ NVSIPL_MINOR_VER

#define NVSIPL_MINOR_VER   0

Indicates the minor revision.

Definition at line 37 of file NvSIPLVersion.hpp.

◆ NVSIPL_PATCH_VER

#define NVSIPL_PATCH_VER   0

Indicates the patch revision.

Definition at line 38 of file NvSIPLVersion.hpp.