VPI - Vision Programming Interface

0.3.7 Release

Version.h File Reference
#include "Export.h"
#include <stdint.h>
+ Include dependency graph for Version.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NV_VPI_VERSION   30700
 VPI library version. More...
 
#define NV_VPI_MAKE_VERSION(MAJOR, MINOR, PATCH)   ((MAJOR)*1000000 + (MINOR)*10000 + (PATCH)*100)
 Assemble an integer version from its components. More...
 
#define NV_VPI_VERSION_MAJOR   0
 Major version number component. More...
 
#define NV_VPI_VERSION_MINOR   3
 Minor version number component. More...
 
#define NV_VPI_VERSION_PATCH   7
 Patch version number component. More...
 
#define NV_VPI_VERSION_TWEAK   0
 Tweak version number component. More...
 
#define NV_VPI_VERSION_SUFFIX
 Version suffix. More...
 
#define NV_VPI_VERSION_STRING   "0.3.7"
 VPI library version number represented as a string.
 
#define NV_VPI_COMMIT   "690fbddf66284b8bdb2bb7aa66364d37d2f99005"
 For internal use only.
 

Functions

int vpiGetVersion (void)
 Retrieves the library's version number. More...
 

Detailed Description

Functions and structures for handling VPI library version.

Definition in file Version.h.