NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
nvsipl::INvSIPLDeviceBlock::Version Struct Reference

Detailed Description

Defines NvSIPL DeviceBlock (libnvsipl_devblk.so) version information.

Version history of NvSIPL DeviceBlock (libnvsipl_devblk.so)
Version 1.0.0 - 9th September 2019 - Alpha version.

Definition at line 322 of file NvSIPLDeviceBlock.hpp.

Data Fields

std::uint32_t uMajor = MAJOR_VER
 Holds a major revision. More...
 
std::uint32_t uMinor = MINOR_VER
 Holds a minor revision. More...
 
std::uint32_t uPatch = PATCH_VER
 Holds a patch revision. More...
 

Field Documentation

◆ uMajor

std::uint32_t nvsipl::INvSIPLDeviceBlock::Version::uMajor = MAJOR_VER

Holds a major revision.

Definition at line 324 of file NvSIPLDeviceBlock.hpp.

◆ uMinor

std::uint32_t nvsipl::INvSIPLDeviceBlock::Version::uMinor = MINOR_VER

Holds a minor revision.

Definition at line 325 of file NvSIPLDeviceBlock.hpp.

◆ uPatch

std::uint32_t nvsipl::INvSIPLDeviceBlock::Version::uPatch = PATCH_VER

Holds a patch revision.

Definition at line 326 of file NvSIPLDeviceBlock.hpp.


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