NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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).
 
#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

#define NVSIPL_MAJOR_VER   1

Indicates the major revision.

Definition at line 36 of file NvSIPLVersion.hpp.

#define NVSIPL_MINOR_VER   0

Indicates the minor revision.

Definition at line 37 of file NvSIPLVersion.hpp.

#define NVSIPL_PATCH_VER   0

Indicates the patch revision.

Definition at line 38 of file NvSIPLVersion.hpp.