NMEA coordinates (integer degrees, float minutes and a sign for N/S resp. E/W)
More...
#include <nmea.hpp>
|
| int | deg_ |
| | Integer degrees value, >= 0.
|
| double | min_ |
| | Fractional minutes value, >= 0.0.
|
| bool | sign_ |
| | false for negative (S or W), true for positive (N or E)
|
NMEA coordinates (integer degrees, float minutes and a sign for N/S resp. E/W)
Definition at line 192 of file nmea.hpp.
◆ NmeaCoordinates()
| fpsdk::common::parser::nmea::NmeaCoordinates::NmeaCoordinates |
( |
const double | degs, |
|
|
const int | digits = 5 ) |
Constructor.
- Parameters
-
| [in] | degs | Decimal degrees |
| [in] | digits | Number of digits (0-12), param clamped to range |
◆ deg_
| int fpsdk::common::parser::nmea::NmeaCoordinates::deg_ |
Integer degrees value, >= 0.
Definition at line 202 of file nmea.hpp.
◆ min_
| double fpsdk::common::parser::nmea::NmeaCoordinates::min_ |
Fractional minutes value, >= 0.0.
Definition at line 203 of file nmea.hpp.
◆ sign_
| bool fpsdk::common::parser::nmea::NmeaCoordinates::sign_ |
false for negative (S or W), true for positive (N or E)
Definition at line 204 of file nmea.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/nmea.hpp