mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
Merge pull request #116 from hamishwillee/reordermessages
Order xml message definitions alphabetically
This commit is contained in:
+5
-5
@@ -40,15 +40,15 @@
|
||||
* [ardupilotmega.xml](messages/ardupilotmega.md)
|
||||
* [ASLUAV.xml](messages/ASLUAV.md)
|
||||
* [autoquad.xml](messages/autoquad.md)
|
||||
* [icarous.xml](messages/icarous.md)
|
||||
* [matrixpilot.xml](messages/matrixpilot.md)
|
||||
* [minimal.xml](messages/minimal.md)
|
||||
* [paparazzi.xml](messages/paparazzi.md)
|
||||
* [ualberta.xml](messages/ualberta.md)
|
||||
* [uAvionix.xml](messages/uAvionix.md)
|
||||
* [icarous.xml](messages/icarous.md)
|
||||
* [standard.xml](messages/standard.md)
|
||||
* [test.xml](messages/test.md)
|
||||
* [python_array_test.xml](messages/python_array_test.md)
|
||||
* [slugs.xml](messages/slugs.md)
|
||||
* [standard.xml](messages/standard.md)
|
||||
* [test.xml](messages/test.md)
|
||||
* [ualberta.xml](messages/ualberta.md)
|
||||
* [uAvionix.xml](messages/uAvionix.md)
|
||||
* [Contributing](contributing/contributing.md)
|
||||
* [Support](about/support.md)
|
||||
+11
-10
@@ -14,17 +14,18 @@ MAVLink protocol-specific and vendor-specific messages (dialects) are stored in
|
||||
<span></span>
|
||||
> **Note** Vendor forks of MAVLink may contain messages that are not yet merged, and hence will not appear in this documentation.
|
||||
|
||||
The human-readable forms of the vendor XML files are linked below:
|
||||
* [standard.xml](standard.md)
|
||||
* [matrixpilot.xml](matrixpilot.md)
|
||||
* [uAvionix.xml](uAvionix.md)
|
||||
* [minimal.xml](minimal.md)
|
||||
* [ualberta.xml](ualberta.md)
|
||||
* [python_array_test.xml](python_array_test.md)
|
||||
* [paparazzi.xml](paparazzi.md)
|
||||
* [slugs.xml](slugs.md)
|
||||
The human-readable forms of all the XML files are linked below:
|
||||
* [ardupilotmega.xml](ardupilotmega.md)
|
||||
* [ASLUAV.xml](ASLUAV.md)
|
||||
* [autoquad.xml](autoquad.md)
|
||||
* [common.xml](common.md)
|
||||
* [icarous.xml](icarous.md)
|
||||
* [matrixpilot.xml](matrixpilot.md)
|
||||
* [minimal.xml](minimal.md)
|
||||
* [paparazzi.xml](paparazzi.md)
|
||||
* [python_array_test.xml](python_array_test.md)
|
||||
* [slugs.xml](slugs.md)
|
||||
* [standard.xml](standard.md)
|
||||
* [test.xml](test.md)
|
||||
* [ASLUAV.xml](ASLUAV.md)
|
||||
* [ualberta.xml](ualberta.md)
|
||||
* [uAvionix.xml](uAvionix.md)
|
||||
Reference in New Issue
Block a user