Struct SYN_NMEA_RMC¶
Parsed NMEA RMC (Recommended Minimum Data) Structure.
#include <syn_nmea.h>
Public Attributes¶
| Type | Name |
|---|---|
| float | course_deg |
| uint8_t | day |
| uint8_t | hours |
| double | latitude |
| double | longitude |
| uint16_t | milliseconds |
| uint8_t | minutes |
| uint8_t | month |
| uint8_t | seconds |
| float | speed_knots |
| bool | status_valid |
| bool | valid |
| uint16_t | year |
Public Attributes Documentation¶
variable course_deg¶
Course over ground in true degrees
variable day¶
variable hours¶
variable latitude¶
Decimal degrees (+N, -S)
variable longitude¶
Decimal degrees (+E, -W)
variable milliseconds¶
variable minutes¶
variable month¶
variable seconds¶
variable speed_knots¶
Speed over ground in knots
variable status_valid¶
'A' = valid, 'V' = receiver warning
variable valid¶
variable year¶
The documentation for this class was generated from the following file src/syntropic/proto/syn_nmea.h