/Designs/Measuring_instruments/ABL01A/SW/Pozemni stanice/Pozemni stanice/keil/obj/GPS_dekoduj.h |
---|
0,0 → 1,18 |
#ifndef _GPS_DEKODUJ_H_ |
#define _GPS_DEKODUJ_H_ |
#include "stdint.h" |
void dekoduj_zpravu_GPS (uint8_t NMEA_retezec); |
typedef struct { |
unsigned char UTC_time[7]; |
unsigned char Status_GPS; |
unsigned char Latitude[13]; // o jeden znak delsi, nez by bylo treba, ale na posledni misto se kopiruje znak konce stringu 0 |
unsigned char Longitude[14]; |
unsigned char Altitude[10]; |
unsigned char Datum[6]; |
} NMEA_GPGGA; |
#endif /* _GPS_DEKODUJ_H_ */ |