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... | |
| #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.