X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2Ftestserial.cxx;h=828be05371e981013226c76ede7a4e95f37cb173;hb=33970663435dd1a12941b017739285341205acf4;hp=faab267861ec1c0eaac745bd472164cad333a5ca;hpb=cb03bfcb80de5112189a1a496bcd410919923fab;p=simgear.git diff --git a/simgear/serial/testserial.cxx b/simgear/serial/testserial.cxx index faab2678..828be053 100644 --- a/simgear/serial/testserial.cxx +++ b/simgear/serial/testserial.cxx @@ -1,15 +1,21 @@ +#include + #include +#include #include #include "serial.hxx" +using std::cout; +using std::endl; + int main () { - FGSerialPort port; + SGSerialPort port; string value; bool result; - fglog().setLogLevels( FG_ALL, FG_INFO ); + sglog().setLogLevels( SG_ALL, SG_INFO ); cout << "start of main" << endl;