|
etsi_its_messages v3.4.0
|
Getter functions for the ETSI ITS Common Data Dictionary (CDD) v2.2.1. More...
Go to the source code of this file.
Functions | |
| template<typename Wgs84Angle> | |
| double | getWGSHeadingCDD (const Wgs84Angle &heading) |
| Get the WGS Heading value. | |
| template<typename Wgs84Angle> | |
| double | getWGSHeadingConfidenceCDD (const Wgs84Angle &heading) |
| Get the WGS Heading confidence. | |
Getter functions for the ETSI ITS Common Data Dictionary (CDD) v2.2.1.
Definition in file cdd_v2-2-1_getters.h.
|
inline |
Get the WGS Heading value.
0.0° equals WGS84 North, 90.0° equals WGS84 East, 180.0° equals WGS84 South and 270.0° equals WGS84 West
| heading | to get the WGS Heading value from |
Definition at line 47 of file cdd_v2-2-1_getters.h.
|
inline |
Get the WGS Heading confidence.
0.0° equals WGS84 North, 90.0° equals WGS84 East, 180.0° equals WGS84 South and 270.0° equals WGS84 West
| heading | to get the WGS Heading standard deviation from |
Definition at line 59 of file cdd_v2-2-1_getters.h.