NVIDIA DeepStream SDK API Reference

4.0 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 
32 #ifdef __cplusplus
33 extern "C"
34 {
35 #endif
36 
44 void nvds_version (unsigned int * major, unsigned int * minor);
45 
50 void nvds_version_print (void);
51 
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif
62 
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.