1
0
Fork 0
flightgear/src
ThorstenB ad866afd81 Revised nmea and Garmin protocol classes.
The Garmin protocol implementation really is an NMEA protocol with a few
extra messages. Instead of duplicating the code, introduce the NMEA protocol
as a base class, which is reused for the Garmin class. The input/output
has not changed at all (and it maintains the FG-specific quirks, like our
NMEA class using LF-only linefeeds, while the Garmin protocol uses
CR-LF linefeeds.
2017-11-19 17:33:27 +01:00
..
AIModel Add missing include <algorithm> for std::max() and std::min() 2017-11-16 12:54:49 +01:00
Aircraft Adapt includes according to relocation of SimGear's iostreams-related files 2017-02-12 21:30:51 +01:00
Airports Remove method FGAirport::isAirportType() 2017-11-16 20:28:00 +01:00
ATC Move the user aircraft proxy into the AIManger 2017-09-26 16:52:48 +01:00
Autopilot Fix Nasal owning of FlightPlans 2017-09-11 23:24:24 +01:00
Canvas Canvas proxy for QtQuick rendering 2017-10-05 12:37:43 +01:00
Cockpit Merge branch 'next-2' into multiplayer-dev 2017-04-02 02:22:48 +02:00
EmbeddedResources Use common definition of simgear::enumValue() from <simgear/sg_inlines.h> 2017-11-19 08:23:14 +01:00
Environment Model relative property tree root binding. 2017-07-05 11:37:17 +02:00
FDM Fix carrier starts 2017-09-08 22:31:22 +01:00
GUI Remove method FGAirport::isAirportType() 2017-11-16 20:28:00 +01:00
Include Steps to make PUI optional, HiDPI tolerant. 2017-10-20 12:10:51 +01:00
Input Steps to make PUI optional, HiDPI tolerant. 2017-10-20 12:10:51 +01:00
Instrumentation TCAS: add default value when checking valid flag 2017-11-19 17:32:49 +01:00
Main Correct range checks for network protocol parameters. 2017-11-19 17:30:12 +01:00
Model Model relative property tree root binding. 2017-07-05 11:37:17 +02:00
MultiPlayer Add two missing includes for <algorithm> 2017-11-13 15:58:08 +01:00
Navaids Add missing include <algorithm> for std::max() and std::min() 2017-11-16 12:54:49 +01:00
Network Revised nmea and Garmin protocol classes. 2017-11-19 17:33:27 +01:00
Radio Adapt includes according to relocation of SimGear's iostreams-related files 2017-02-12 21:30:51 +01:00
Scenery Fixed building FG with GDAL 2017-03-11 13:34:19 +01:00
Scripting Three Nasal properties of waypoint objects now accessible: airport, runway, navaid 2017-11-16 11:22:39 +01:00
Sound Model relative property tree root binding. 2017-07-05 11:37:17 +02:00
Systems Build- and run-time concept of developer mode. 2017-02-27 23:37:59 +00:00
Time Model relative property tree root binding. 2017-07-05 11:37:17 +02:00
Traffic Quiet a log message. 2017-09-26 16:52:48 +01:00
Viewer Restore PUI scrolling event behaviour 2017-11-15 16:35:07 +00:00
CMakeLists.txt Embedded resources: add a resource compiler (fgrcc) 2017-06-11 17:46:32 +02:00