NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
GeoPoints.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2022-2024 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 #ifndef DW_CORE_BASE_GEOPOINTS_H_
13 #define DW_CORE_BASE_GEOPOINTS_H_
14 // Generated by dwProto from geo_points.proto DO NOT EDIT BY HAND!
15 // See //3rdparty/shared/dwproto/README.md for more information
16 
17 #include <dw/pbwire/BasicTypes.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
24 // coverity[misra_c_2012_rule_2_4_violation] Deviation Record: AV-NDAS-SWSADR-003
25 // coverity[misra_c_2012_rule_2_3_violation] Deviation Record: AV-NDAS-DWPROTO-SWSADR-006
26 typedef struct dwGeoPoint2dWGS84
27 {
30  // coverity[misra_c_2012_rule_2_3_violation] Deviation Record: AV-NDAS-DWPROTO-SWSADR-006
32 
34 // coverity[misra_c_2012_rule_2_4_violation] Deviation Record: AV-NDAS-SWSADR-003
35 // coverity[misra_c_2012_rule_2_3_violation] Deviation Record: AV-NDAS-DWPROTO-SWSADR-006
36 typedef struct dwGeoPointWGS84
37 {
41  // coverity[misra_c_2012_rule_2_3_violation] Deviation Record: AV-NDAS-DWPROTO-SWSADR-006
43 
45 // coverity[misra_c_2012_rule_2_4_violation] Deviation Record: AV-NDAS-SWSADR-003
46 // coverity[misra_c_2012_rule_2_3_violation] Deviation Record: AV-NDAS-DWPROTO-SWSADR-006
47 typedef struct dwGeoBounds
48 {
53  // coverity[misra_c_2012_rule_2_3_violation] Deviation Record: AV-NDAS-DWPROTO-SWSADR-006
54 } dwGeoBounds;
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif // DW_CORE_BASE_GEOPOINTS_H_
dwGeoPoint2dWGS84::lon
float64_t lon
longitude
Definition: GeoPoints.h:28
dwGeoPointWGS84::height
float64_t height
height above WGS84 earth spheroid.
Definition: GeoPoints.h:40
dwGeoBounds
struct dwGeoBounds dwGeoBounds
Geographic coordinate bounds.
dwGeoPoint2dWGS84
struct dwGeoPoint2dWGS84 dwGeoPoint2dWGS84
Location point defined by WGS84 coordinates without elevation.
dwGeoPointWGS84::lon
float64_t lon
longitude.
Definition: GeoPoints.h:38
dwGeoPointWGS84
Location point defined by WGS84 coordinates.
Definition: GeoPoints.h:36
dwGeoBounds::maxLon
float64_t maxLon
maximum longitude, west - east [-180.0:180.0)
Definition: GeoPoints.h:51
dwGeoBounds::maxLat
float64_t maxLat
maximum latitude, south - north [-90.0:90.0)
Definition: GeoPoints.h:52
dwGeoPoint2dWGS84
Location point defined by WGS84 coordinates without elevation.
Definition: GeoPoints.h:26
dwGeoPointWGS84
struct dwGeoPointWGS84 dwGeoPointWGS84
Location point defined by WGS84 coordinates.
float64_t
double float64_t
Definition: BasicTypes.h:42
dwGeoBounds::minLon
float64_t minLon
minimum longitude, west - east [-180.0:180.0)
Definition: GeoPoints.h:49
dwGeoPoint2dWGS84::lat
float64_t lat
latitude
Definition: GeoPoints.h:29
dwGeoBounds
Geographic coordinate bounds.
Definition: GeoPoints.h:47
dwGeoPointWGS84::lat
float64_t lat
latitude.
Definition: GeoPoints.h:39
dwGeoBounds::minLat
float64_t minLat
minimum latitude, south - north [-90.0:90.0)
Definition: GeoPoints.h:50