Mobil_surveillance_system 1
Data Fields
tPosition_LLA Struct Reference

Type of the position. More...

#include <GPSpacket.h>

Data Fields

float latitude
float longitude
int altitudeIntPart
unsigned char altitudeFractPartAndDir

Detailed Description

Type of the position.

Definition at line 58 of file GPSpacket.h.


Field Documentation

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.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Defines