|
Mobil_surveillance_system 1
|
Type of the position. More...
#include <GPSpacket.h>
Data Fields | |
| float | latitude |
| float | longitude |
| int | altitudeIntPart |
| unsigned char | altitudeFractPartAndDir |
Type of the position.
Definition at line 58 of file GPSpacket.h.
| unsigned char altitudeFractPartAndDir |
The first three bits represente the fraction part of the altitude the forth bit represent the the direction of altitude(0 means North 1 meanss South), the fifth bit represent the direction of longitude (0 means East 1 means West).
Definition at line 72 of file GPSpacket.h.
| int altitudeIntPart |
It's value can be between -9999 - 17999.
Definition at line 67 of file GPSpacket.h.
| float latitude |
It's value can be between 0000.0000 - 8959.9999.
Definition at line 61 of file GPSpacket.h.
| float longitude |
It's value can be between 00000.0000 - 17959.9999.
Definition at line 64 of file GPSpacket.h.
1.7.4