Merge branch 'list_panel'
[situare] / src / gps / gpspositionmockup.h
index 62c2aea..b145c15 100644 (file)
@@ -28,8 +28,6 @@
 * @brief GPSPositionMockup class does nothing.
 *
 * Class is used when compiling in desktop.
-*
-* @class GPSPosition gpspositionmockup.h "gps/gpspositionmockup.h"
 */
 class GPSPositionMockup : public GPSPositionInterface
 {
@@ -76,6 +74,15 @@ public:
     void setUpdateInterval(int interval);
 
     /**
+    * @brief Set GPS mode.
+    *
+    * DOES NOTHING.
+    * @param mode GPS mode
+    * @param filePath file path to NMEA file if simulation mode is used
+    */
+    void setMode(Mode mode, const QString &filePath = 0);
+
+    /**
     * @brief Start GPS.
     *
     * DOES NOTHING.