]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.hxx
New automake, new problems. Use $base_LIBS where $LIBS was automatically added before
[simgear.git] / simgear / io / sg_serial.hxx
index e37fa722198e8104f3989e54f7589842e6ca6e1c..6d2e2c756e26f2f8bc9d87e5290a49c8a6cd60c9 100644 (file)
@@ -55,7 +55,7 @@ class SGSerial : public SGIOChannel {
 
     string device;
     string baud;
-    FGSerialPort port;
+    SGSerialPort port;
 
     char save_buf[ 2 * SG_IO_MAX_MSG_SIZE ];
     int save_len;
@@ -97,10 +97,10 @@ public:
     // close port
     bool close();
 
-    /** Return the serial port device name */
+    /** @return the serial port device name */
     inline string get_device() const { return device; }
 
-    /** Return the baud rate */
+    /** @return the baud rate */
     inline string get_baud() const { return baud; }
 };