- 06 May, 2014 2 commits
-
-
Lorenz Meier authored
-
Bryant Mairs authored
Previously MAVLink data streams recorded by QGC would use a fixed block size of the maximum MAVLink message length and fill in only the bytes written by the message. This wasted space, make manual parsing difficult, and broke compatibility with scripts provided in the MAVLink project (issue #174). This patch alters logging to output only a packed data stream (64-bit big endian unix timestamp in microseconds since epoch + MAVLink message) instead of the unpacked data stream previously output. Additionally the previous logging code used the system endianness for packing in the timestamp, this has now been switched to always be big endian regardless of platform. All the documentation specifies big endian, so the code now follows the docs here. Additionally data playback has been modified to playback both the new packed data streams as well as the old data streams, even those with improper endianness for their timestamps. Finally, a variety of bugs have been fixed, along with some additional features and user experience changes, hopefully for the better. All existing functionality has been preserved as well.
-
- 17 Mar, 2014 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Avoid evil port config for CDC devices altogether, non-CDC devices (unknown devices) should be unaffected
-
Lorenz Meier authored
-
- 16 Mar, 2014 2 commits
-
-
Lorenz Meier authored
Do not configure the port if talking to PX4 units (since USB does not know anything about baud rate)
-
Lorenz Meier authored
-
- 25 Feb, 2014 1 commit
-
-
Don Gagne authored
Also commented out noisy serial link error output
-
- 24 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 22 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 21 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 19 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 18 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 17 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 14 Feb, 2014 4 commits
-
-
Julian Oes authored
-
Thomas Gubler authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 12 Feb, 2014 3 commits
-
-
Thomas Gubler authored
-
Don Gagne authored
-
Don Gagne authored
-
- 11 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 06 Feb, 2014 1 commit
-
-
Thomas Gubler authored
Conflicts: src/comm/QGCFlightGearLink.cc
-
- 13 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 08 Jan, 2014 2 commits
- 31 Dec, 2013 1 commit
-
-
Thomas Gubler authored
-
- 30 Dec, 2013 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 29 Dec, 2013 3 commits
- 24 Dec, 2013 2 commits
-
-
Bryant Mairs authored
Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes.
-
Bryant Mairs authored
-
- 22 Dec, 2013 2 commits
-
-
Bryant Mairs authored
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
-
Bryant Mairs authored
-
- 11 Dec, 2013 1 commit
-
-
Anton Babushkin authored
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
-
- 07 Dec, 2013 1 commit
-
-
Don Gagne authored
Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
-
- 29 Nov, 2013 1 commit
-
-
Don Gagne authored
-
- 28 Nov, 2013 1 commit
-
-
Don Gagne authored
-