A porting of a GPS decoding and presenting program within the mbos RTOS. It is not a definitive application but a study program to test NMEA full decoding library and a first approach to an RTOS. Many thanks to Andrew Levido for his support and his patience on teaching me the RTOS principles from the other side of the Earth. It uses NMEA library by Tim (xtimor@gmail.com) ported by Ken Todotani (http://mbed.org/users/todotani/) on public mbed library (http://mbed.org/users/todotani/programs/GPS_nmeaLib/5yo4h) also available, as original universal C library, on http://nmea.sourceforge.net

Dependencies:   mbos Watchdog TextLCD mbed ConfigFile

Auto generated API documentation and code listings for LeonardoMbos

Classes

_nmeaGPGGA GGA packet information structure (Global Positioning System Fix Data)
_nmeaGPGSA GSA packet information structure (Satellite status)
_nmeaGPGSV GSV packet information structure (Satellites in view)
_nmeaGPRMC RMC packet information structure (Recommended Minimum sentence C)
_nmeaGPVTG VTG packet information structure (Track made good and ground speed)
_nmeaINFO Summary GPS information from all parsed packets, used also for generating NMEA stream
_nmeaPOS Position data in fractional degrees or radians
_nmeaSATELLITE Information about satellite
_nmeaSATINFO Information about all satellites in view
_nmeaTIME Date and time data

Code

Common.h [code]
config.h [code]
context.c [code]
context.h [code]
generate.h [code]
generator.h [code]
gmath.c [code]
gmath.h [code]
info.c [code]
info.h [code]
Init.h [code]
LeonardoMbos.cpp [code]
nmea.h [code]
parse.c [code]
parse.h [code] Functions of a low level for analysis of packages of NMEA stream
parser.c [code]
parser.h [code]
Prototype.h [code]
sentence.c [code]
sentence.h [code]
Startup.cpp [code]
Startup.h [code]
Task1Gps.cpp [code]
Task1Gps.h [code]
Task2Keypad.cpp [code]
Task2Keypad.h [code]
Task3Lcd.cpp [code]
Task3Lcd.h [code]
Task4LedBlink.cpp [code]
Task4LedBlink.h [code]
Task5SetTime.cpp [code]
Task5SetTime.h [code]
Task6Pc.cpp [code]
Task6Pc.h [code]
Task7Dim.cpp [code]
Task7Dim.h [code]
Task8Temp.cpp [code]
Task8Temp.h [code]
Task9Wdt.cpp [code]
Task9Wdt.h [code]
Tasks.h [code]
time.c [code]
time.h [code]
tok.c [code]
tok.h [code]
units.h [code]