QGIS API Documentation
2.6.0-Brighton
|
RMC packet information structure (Recommended Minimum sentence C) More...
#include <sentence.h>
Public Attributes | |
nmeaTIME | utc |
UTC of position. | |
char | status |
Status (A = active or V = void) | |
double | lat |
Latitude in NDEG - [degree][min]. | |
char | ns |
[N]orth or [S]outh | |
double | lon |
Longitude in NDEG - [degree][min]. | |
char | ew |
[E]ast or [W]est | |
double | speed |
Speed over the ground in knots. | |
double | direction |
Track angle in degrees True. | |
double | declination |
Magnetic variation degrees (Easterly var. | |
char | declin_ew |
[E]ast or [W]est | |
char | mode |
Mode indicator of fix type (A = autonomous, D = differential, E = estimated, N = not valid, S = simulator) |
RMC packet information structure (Recommended Minimum sentence C)
char _nmeaGPRMC::declin_ew |
[E]ast or [W]est
double _nmeaGPRMC::declination |
Magnetic variation degrees (Easterly var.
subtracts from true course)
double _nmeaGPRMC::direction |
Track angle in degrees True.
char _nmeaGPRMC::ew |
[E]ast or [W]est
double _nmeaGPRMC::lat |
Latitude in NDEG - [degree][min].
[sec/60]
double _nmeaGPRMC::lon |
Longitude in NDEG - [degree][min].
[sec/60]
char _nmeaGPRMC::mode |
Mode indicator of fix type (A = autonomous, D = differential, E = estimated, N = not valid, S = simulator)
char _nmeaGPRMC::ns |
[N]orth or [S]outh
double _nmeaGPRMC::speed |
Speed over the ground in knots.
char _nmeaGPRMC::status |
Status (A = active or V = void)
nmeaTIME _nmeaGPRMC::utc |
UTC of position.