- Jun 26, 2018
-
-
acfloria authored
-
DonLakeFlyer authored
-
- Jun 14, 2018
-
-
acfloria authored
Previously the first activeChanged signal got lost because it was not connected yet to the LinkInterface which resulted in a link incorrectly shown as inactive.
-
- May 27, 2018
-
-
DonLakeFlyer authored
-
- May 16, 2018
-
-
acfloria authored
Show the link indicator in the tool bar if two or more links are connected and at least one of them is a high latency link. Show in the link indicator if a link is inactive.
-
acfloria authored
- Improve function names - For notifications of an active link change only show the priority keyword if multiple links are connected - Use QMap instead of QList for the HeartbeatTimers - Style improvements - Simplify sending the MAV_CMD_CONTROL_HIGH_LATENCY command
-
acfloria authored
Add the HeartbeatTimer class to track a single heartbeat for a single link. For every new received heartbeat an instance of the class is created. Every instance emits a signal if it timed out or the timer is restarted. Each vehicle then decides based on all different signals which link is the priority link.
-
acfloria authored
-
acfloria authored
-
acfloria authored
Each link updates the active property based on incoming bytes. The vehicle tracks the active property of each link and in case of an inactive priority link it updates the priority link.
-
- Feb 02, 2018
-
-
acfloria authored
-
- Jan 07, 2018
-
-
Don Gagne authored
-
- Aug 24, 2017
-
-
Gus Grubba authored
This reverts commit 52160d80.
-
- Aug 21, 2017
-
-
Gus Grubba authored
-
- May 01, 2017
-
-
DonLakeFlyer authored
-
- Dec 29, 2016
-
-
Don Gagne authored
-
- Dec 26, 2016
-
-
Don Gagne authored
Prevent shutdown ordering crashes
-