NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds the version information of NvSIPL Camera (libnvsipl.so) and NvSIPL Client (libnvsipl.so).

Version history of NvSIPL Camera (libnvsipl.so) and NvSIPL Client (libnvsipl.so)
Version 1.0.0 - 9th September 2019 - Alpha version.

Definition at line 29 of file NvSIPLVersion.hpp.

Data Fields

std::uint32_t uMajor
 Holds the major revision. More...
 
std::uint32_t uMinor
 Holds the minor revision. More...
 
std::uint32_t uPatch
 Holds the patch revision. More...
 

Field Documentation

◆ uMajor

std::uint32_t nvsipl::NvSIPLVersion::uMajor

Holds the major revision.

Definition at line 31 of file NvSIPLVersion.hpp.

◆ uMinor

std::uint32_t nvsipl::NvSIPLVersion::uMinor

Holds the minor revision.

Definition at line 32 of file NvSIPLVersion.hpp.

◆ uPatch

std::uint32_t nvsipl::NvSIPLVersion::uPatch

Holds the patch revision.

Definition at line 33 of file NvSIPLVersion.hpp.


The documentation for this struct was generated from the following file: