NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
nvds_version.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA Corporation and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA Corporation is strictly prohibited.
9  */
10 
26 #ifndef _NVDS_VERSION_H_
27 #define _NVDS_VERSION_H_
28 
29 #define NVDS_VERSION_MAJOR 4
30 #define NVDS_VERSION_MINOR 0
31 #define NVDS_VERSION_MICRO 1
32 
33 #ifdef __cplusplus
34 extern "C"
35 {
36 #endif
37 
45 void nvds_version (unsigned int * major, unsigned int * minor);
46 
51 void nvds_version_print (void);
52 
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif
63 
void nvds_version(unsigned int *major, unsigned int *minor)
Get the DEEPSTREAM_SDK major and minor version numbers and return them in major and minor variable po...
void nvds_dependencies_version_print(void)
Print the versions of dependencies such as Cuda, cuDNN and TensorRT.
void nvds_version_print(void)
Print the version as major.minor.