NVIDIA DeepStream SDK API Reference

6.4 Release
typeid.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2021-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
13 #ifndef _DS3D_COMMON_TYPE_ID__H
14 #define _DS3D_COMMON_TYPE_ID__H
15 
16 #include <ds3d/common/common.h>
17 
18 // type_id for basic datatype structures
19 #define DS3D_TYPEID_INT32_T 0x10002
20 #define DS3D_TYPEID_UINT32_T 0x10003
21 #define DS3D_TYPEID_FLOAT 0x10004
22 #define DS3D_TYPEID_INT8_T 0x10005
23 #define DS3D_TYPEID_UINT8_T 0x10006
24 #define DS3D_TYPEID_INT16_T 0x10007
25 #define DS3D_TYPEID_UINT16_T 0x10008
26 #define DS3D_TYPEID_DOUBLE 0x10009
27 #define DS3D_TYPEID_HALF_FLOAT 0x10010
28 #define DS3D_TYPEID_BOOL 0x10011
29 #define DS3D_TYPEID_INT64_T 0x10012
30 
31 // type_id for common datatype structures
32 #define DS3D_TYPEID_TIMESTAMP 0x20002
33 #define DS3D_TYPEID_SHAPE 0x20003
34 #define DS3D_TYPEID_DEPTH_SCALE 0x20004
35 #define DS3D_TYPEID_INTRINSIC_PARM 0x20005
36 #define DS3D_TYPEID_EXTRINSIC_PARM 0x20006
37 #define DS3D_TYPEID_VIDEOBRIDGE2D_PARM 0x20007
38 #define DS3D_TYPEID_TRANSFORM_MATRIX 0x20008
39 
40 
41 #endif // _DS3D_COMMON_TYPE_ID__H
common.h