DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

LandmarkTypes.h
Go to the documentation of this file.
1 // This code contains NVIDIA Confidential Information and is disclosed
3 // under the Mutual Non-Disclosure Agreement.
4 //
5 // Notice
6 // ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS" NVIDIA MAKES
7 // NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO
8 // THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTIES OF NONINFRINGEMENT,
9 // MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
10 //
11 // NVIDIA Corporation assumes no responsibility for the consequences of use of such
12 // information or for any infringement of patents or other rights of third parties that may
13 // result from its use. No license is granted by implication or otherwise under any patent
14 // or patent rights of NVIDIA Corporation. No third party distribution is allowed unless
15 // expressly authorized by NVIDIA. Details are subject to change without notice.
16 // This code supersedes and replaces all information previously supplied.
17 // NVIDIA Corporation products are not authorized for use as critical
18 // components in life support devices or systems without express written approval of
19 // NVIDIA Corporation.
20 //
21 // Copyright (c) 2019-2020 NVIDIA Corporation. All rights reserved.
22 //
23 // NVIDIA Corporation and its licensors retain all intellectual property and proprietary
24 // rights in and to this software and related documentation and any modifications thereto.
25 // Any use, reproduction, disclosure or distribution of this software and related
26 // documentation without an express license agreement from NVIDIA Corporation is
27 // strictly prohibited.
28 //
30 #ifndef DW_WORLD_LANDMARK_TYPES_H_
31 #define DW_WORLD_LANDMARK_TYPES_H_
32 
33 #include <dw/core/Exports.h>
34 
35 /*
36  * @note SW Release Applicability: These APIs are available in <b>NVIDIA DRIVE Software</b> releases.
37  */
38 
39 // Top level road mark state bits.
40 #define DW_ROADMARK_TYPE_ARROWMARK (1 << 16)
41 #define DW_ROADMARK_TYPE_SPEEDLIMITMARK (1 << 17)
42 #define DW_ROADMARK_TYPE_TEXTMARK (1 << 18)
43 #define DW_ROADMARK_TYPE_SPECIAL (1 << 19)
44 
49 typedef enum {
57 
61 typedef enum {
63 
64  // Single
68  DW_LANEMARK_TYPE_DASHED DW_DEPRECATED_ENUM("The value is deprecated, use DW_LANEMARK_TYPE_LONG_DASHED instead") = DW_LANEMARK_TYPE_LONG_DASHED,
69 
70  // Double
75 
76  // Triple
81 
82  // Botts dots
89 
90  // Other lane markings
93 
94  // Road boundary
99  DW_LANEMARK_TYPE_ROAD_BOUNDARY DW_DEPRECATED_ENUM("The value is deprecated, use DW_LANEMARK_TYPE_BARRIER instead") = DW_LANEMARK_TYPE_BARRIER,
100 
101  // Other
105 
109 typedef enum {
116 
120 typedef enum {
128 } dwPoleType;
129 
133 typedef enum {
144 
148 typedef enum {
150 
151  // Arrow mark types.
162 
163  // Speed limit mark types.
181 
182  // Text mark types.
190 
191  // Other road mark types.
198 
202 typedef struct
203 {
213 
214 #define DW_LANDMARK_TYPE_MAX_COUNT (DW_LANEMARK_TYPE_COUNT + DW_LANDMARK_INTERSECTION_TYPE_COUNT + DW_POLE_TYPE_COUNT)
215 
216 #endif // DW_WORLD_LANDMARK_TYPES_H_
Describes the overall landmark type and sub attribute for a given landmark.
dwLandmarkType landmarkType
describes the overall landmark type of a specific landmark
dwRoadmarkType
Describes roadmark types.
#define DW_ROADMARK_TYPE_SPECIAL
Definition: LandmarkTypes.h:43
dwLaneMarkType
Describes Lane marking attributes of the super landmark type DW_LANDMARK_TYPE_LANE_MARKINGS defined a...
Definition: LandmarkTypes.h:61
dwLandmarkIntersectionType intersectionAttribute
intersection attribute type of overall landmark, may be undefined if landmark is not an intersection ...
dwPoleType
Describes pole attributes of the super landmark type DW_LANDMARK_TYPE_POLES defined above...
dwPoleType poleAttribute
pole attribute type of overall landmark, may be undefined if landmark is not a pole ...
dwLandmarkIntersectionType
Describes intersection attributes of the super landmark type DW_LANDMARK_TYPE_INTERSECTIONS defined a...
dwLaneMarkType laneMarkAttribute
lanemark attribute type of overall landmark, may be undefined if landmark is not a lane marking ...
#define DW_ROADMARK_TYPE_TEXTMARK
Definition: LandmarkTypes.h:42
#define DW_ROADMARK_TYPE_ARROWMARK
Definition: LandmarkTypes.h:40
dwLandmarkType
Describes overall landmark category which defines the super class for a subset of attributes that are...
Definition: LandmarkTypes.h:49
NVIDIA DriveWorks API: Core Exports
#define DW_ROADMARK_TYPE_SPEEDLIMITMARK
Definition: LandmarkTypes.h:41
dwLaneMarkColor
Describes Lane marking colors of the super landmark type DW_LANDMARK_TYPE_LANE_MARKINGS defined above...