Commit a30e520d authored by lm's avatar lm

Merged in WP changes from Trof, implemented standalone mode

parent 3805b4cc
This diff is collapsed.
......@@ -64,7 +64,8 @@ private:
}; ///< The possible states for the waypoint protocol
public:
UASWaypointManager(UAS&); ///< Standard constructor.
UASWaypointManager(UAS&); ///< Standard constructor
UASWaypointManager(); ///< Standalone mode
/** @name Received message handlers */
/*@{*/
......@@ -171,6 +172,8 @@ private:
Waypoint* currentWaypointEditable; ///< The currently used waypoint
QVector<mavlink_mission_item_t *> waypoint_buffer; ///< buffer for waypoints during communication
QTimer protocol_timer; ///< Timer to catch timeouts
bool standalone; ///< If standalone is set, do not write to UAS
int uasid;
};
#endif // UASWAYPOINTMANAGER_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment