_GPSData Struct Reference
#include <InterchipDMA.h>
Data Fields | |
| long double | latitude |
| long double | longitude |
| float | time |
| float | speed |
| int | altitude |
| int | heading |
| char | satellites |
| char | positionFix |
Detailed Description
Definition at line 26 of file InterchipDMA.h.
Field Documentation
| int altitude |
Definition at line 31 of file InterchipDMA.h.
| int heading |
Definition at line 32 of file InterchipDMA.h.
| long double latitude |
Definition at line 27 of file InterchipDMA.h.
| long double longitude |
Definition at line 28 of file InterchipDMA.h.
| char positionFix |
Definition at line 34 of file InterchipDMA.h.
| char satellites |
Definition at line 33 of file InterchipDMA.h.
| float speed |
Definition at line 30 of file InterchipDMA.h.
| float time |
Definition at line 29 of file InterchipDMA.h.
The documentation for this struct was generated from the following file:
- Autopilot/Path Manager/InterchipDMA.h

1.8.7