Holds the version information of NvSIPL Camera (libnvsipl.so) and NvSIPL Client (libnvsipl.so).
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... | |
| std::uint32_t nvsipl::NvSIPLVersion::uMajor |
Holds the major revision.
Definition at line 31 of file NvSIPLVersion.hpp.
| std::uint32_t nvsipl::NvSIPLVersion::uMinor |
Holds the minor revision.
Definition at line 32 of file NvSIPLVersion.hpp.
| std::uint32_t nvsipl::NvSIPLVersion::uPatch |
Holds the patch revision.
Definition at line 33 of file NvSIPLVersion.hpp.