X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Ffg_serial.cxx;h=86f1586e8ed89f73222bd1ee8bf8c81a824420b3;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=13738d4136d07c915cb9710c20e76ee501f1886c;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/Main/fg_serial.cxx b/Main/fg_serial.cxx index 13738d413..86f1586e8 100644 --- a/Main/fg_serial.cxx +++ b/Main/fg_serial.cxx @@ -232,7 +232,7 @@ static void send_nmea_out( fgIOCHANNEL *p ) { char dir; int deg; double min; - FGState *f; + FGInterface *f; fgTIME *t; // run once every two seconds @@ -331,7 +331,7 @@ static void send_garmin_out( fgIOCHANNEL *p ) { char dir; int deg; double min; - FGState *f; + FGInterface *f; fgTIME *t; // run once per second @@ -468,6 +468,9 @@ void fgSerialProcess() { // $Log$ +// Revision 1.11 1999/02/05 21:29:11 curt +// Modifications to incorporate Jon S. Berndts flight model code. +// // Revision 1.10 1999/01/21 00:55:01 curt // Fixed some problems with timing of output strings. // Added checksum support for nmea and garmin output.