From a131ec3240b1f75fa63f73942e40c7977b9daf13 Mon Sep 17 00:00:00 2001 From: ryanjAA Date: Tue, 11 Jun 2024 17:39:18 -0500 Subject: [PATCH] Add restored mavlink contents as static library --- src/modules/mavlink/mavlink/.github/stale.yml | 16 + .../.github/workflows/test_and_deploy.yml | 122 + src/modules/mavlink/mavlink/.gitignore | 32 + src/modules/mavlink/mavlink/.gitmodules | 3 + src/modules/mavlink/mavlink/CMakeLists.txt | 87 + src/modules/mavlink/mavlink/CONTRIBUTING.md | 3 + src/modules/mavlink/mavlink/COPYING | 200 + .../mavlink/mavlink/MAVLinkConfig.cmake.in | 3 + src/modules/mavlink/mavlink/README.md | 78 + .../component_metadata/actuators.example.json | 584 + .../component_metadata/actuators.schema.json | 517 + .../actuators.translation.json | 94 + .../component_metadata/general.schema.json | 73 + .../component_metadata/parameter.schema.json | 134 + .../parameter.translation.json | 27 + .../peripherals.schema.json | 93 + .../translation.schema.json | 94 + src/modules/mavlink/mavlink/doc/Doxyfile | 2441 ++++ src/modules/mavlink/mavlink/doc/README.md | 16 + src/modules/mavlink/mavlink/doc/mavlink.css | 80 + src/modules/mavlink/mavlink/doc/mavlink.php | 79 + .../mavlink/mavlink/doc/mavlink_gitbook.py | 325 + .../mavlink/doc/mavlink_to_html_table.xsl | 114 + .../doc/mavlink_to_html_table_gitbook.xsl | 270 + .../mavlink/mavlink/examples/c/CMakeLists.txt | 11 + .../mavlink/mavlink/examples/c/README.md | 22 + .../mavlink/mavlink/examples/c/udp_example.c | 171 + src/modules/mavlink/mavlink/mavgenerate.py | 209 + .../message_definitions/v1.0/ASLUAV.xml | 294 + .../message_definitions/v1.0/AVSSUAS.xml | 198 + .../mavlink/message_definitions/v1.0/all.xml | 47 + .../v1.0/ardupilotmega.xml | 1777 +++ .../message_definitions/v1.0/common.xml | 7601 ++++++++++ .../message_definitions/v1.0/csAirLink.xml | 66 + .../message_definitions/v1.0/cubepilot.xml | 48 + .../message_definitions/v1.0/development.xml | 544 + .../message_definitions/v1.0/icarous.xml | 48 + .../message_definitions/v1.0/matrixpilot.xml | 349 + .../message_definitions/v1.0/minimal.xml | 722 + .../message_definitions/v1.0/paparazzi.xml | 38 + .../v1.0/python_array_test.xml | 67 + .../message_definitions/v1.0/standard.xml | 10 + .../message_definitions/v1.0/storm32.xml | 433 + .../mavlink/message_definitions/v1.0/test.xml | 31 + .../message_definitions/v1.0/uAvionix.xml | 122 + .../message_definitions/v1.0/ualberta.xml | 66 + .../mavlink/mavlink/pymavlink/.editorconfig | 17 + src/modules/mavlink/mavlink/pymavlink/.flake8 | 4 + .../mavlink/mavlink/pymavlink/.gitattributes | 15 + .../.github/workflows/mypy-generated.ini | 49 + .../.github/workflows/python-publish.yml | 37 + .../pymavlink/.github/workflows/test.yml | 107 + .../mavlink/mavlink/pymavlink/.gitignore | 25 + .../mavlink/mavlink/pymavlink/.gitmodules | 0 .../pymavlink/APM_Mavtest/APM_Mavtest.pde | 55 + .../mavlink/pymavlink/APM_Mavtest/Makefile | 10 + src/modules/mavlink/mavlink/pymavlink/COPYING | 203 + .../mavlink/mavlink/pymavlink/CSVReader.py | 207 + .../mavlink/mavlink/pymavlink/DFReader.py | 1274 ++ .../mavlink/mavlink/pymavlink/README.md | 153 + .../mavlink/mavlink/pymavlink/__init__.py | 2 + .../mavlink/pymavlink/examples/README.md | 14 + .../mavlink/pymavlink/examples/__init__.py | 1 + .../pymavlink/examples/add_msg_to_bin.py | 36 + .../mavlink/pymavlink/examples/apmsetrate.py | 56 + .../mavlink/pymavlink/examples/bwtest.py | 66 + .../mavlink/pymavlink/examples/dup_samples.py | 46 + .../mavlink/pymavlink/examples/magtest.py | 114 + .../mavlink/pymavlink/examples/mav2pcap.py | 232 + .../mavlink/pymavlink/examples/mav_accel.py | 38 + .../examples/mav_replay_estimator.py | 146 + .../mavlink/pymavlink/examples/mavgps.py | 85 + .../mavlink/pymavlink/examples/mavtcpsniff.py | 91 + .../mavlink/pymavlink/examples/mavtest.py | 72 + .../mavlink/pymavlink/examples/mavtester.py | 34 + .../mavlink/mavlink/pymavlink/examples/min.js | 133 + .../mavlink/pymavlink/examples/testparser.js | 148 + .../mavlink/pymavlink/examples/wptogpx.py | 66 + .../mavlink/mavlink/pymavlink/fgFDM.py | 215 + .../pymavlink/files/archlinux/PKGBUILD | 52 + .../mavlink/pymavlink/generator/.gitignore | 1 + .../pymavlink/generator/Ada/examples/README | 8 + .../generator/Ada/examples/attitude.adb | 57 + .../pymavlink/generator/Ada/examples/make.sh | 7 + .../Ada/examples/param_request_list.adb | 67 + .../Ada/examples/param_set_sr0_params.adb | 80 + .../pymavlink/generator/Ada/mavlink.ads | 49 + .../pymavlink/generator/Ada/x25crc.adb | 23 + .../pymavlink/generator/Ada/x25crc.ads | 28 + .../generator/CPP11/test/posix/.gitignore | 4 + .../generator/CPP11/test/posix/Makefile | 32 + .../generator/CPP11/test/posix/mtest.cpp | 56 + .../pymavlink/generator/CS/MAVLink.csproj | 63 + .../pymavlink/generator/CS/MAVLinkMessage.cs | 212 + .../pymavlink/generator/CS/MavlinkCRC.cs | 43 + .../pymavlink/generator/CS/MavlinkParse.cs | 388 + .../pymavlink/generator/CS/MavlinkUtil.cs | 363 + .../mavlink/pymavlink/generator/__init__.py | 1 + .../mavlink/pymavlink/generator/gen_js.sh | 52 + .../pymavlink/generator/gen_js.stable.sh | 44 + .../generator/java/examples/Makefile | 10 + .../generator/java/examples/test.java | 32 + .../java/lib/Messages/Description.java | 32 + .../java/lib/Messages/MAVLinkMessage.java | 30 + .../java/lib/Messages/MAVLinkPayload.java | 210 + .../java/lib/Messages/MAVLinkStats.java | 153 + .../generator/java/lib/Messages/Units.java | 42 + .../java/lib/Messages/UnitsEnum.java | 127 + .../pymavlink/generator/java/lib/Parser.java | 216 + .../generator/javascript/.eslintrc.json | 30 + .../pymavlink/generator/javascript/.gitignore | 3 + .../pymavlink/generator/javascript/Makefile | 11 + .../pymavlink/generator/javascript/README.md | 149 + .../javascript/local_modules/README.md | 6 + .../local_modules/jspack/.npmignore | 19 + .../javascript/local_modules/jspack/LICENSE | 26 + .../javascript/local_modules/jspack/README.md | 147 + .../javascript/local_modules/jspack/jspack.js | 890 ++ .../local_modules/jspack/package.json | 64 + .../local_modules/jspack/test/int64.js | 456 + .../javascript/local_modules/long/LICENSE | 202 + .../javascript/local_modules/long/README.md | 246 + .../javascript/local_modules/long/index.js | 1 + .../local_modules/long/package.json | 64 + .../javascript/local_modules/long/src/long.js | 1325 ++ .../generator/javascript/package-lock.json | 11732 ++++++++++++++++ .../generator/javascript/package.json | 29 + .../generator/javascript/test/.gitignore | 1 + .../test/capture.mav2.battery_status.tlog | Bin 0 -> 70 bytes .../generator/javascript/test/capture.mavlink | Bin 0 -> 36764 bytes .../generator/javascript/test/make_tests.py | 368 + .../generator/javascript/test/mavlink10.js | 303 + .../generator/javascript/test/mavlink20.js | 317 + .../generator/javascript/test/message10.js | 257 + .../generator/javascript/test/message20.js | 452 + .../javascript_stable/.eslintrc.json | 30 + .../generator/javascript_stable/.gitignore | 3 + .../generator/javascript_stable/Makefile | 11 + .../generator/javascript_stable/README.md | 149 + .../javascript_stable/package-lock.json | 2099 +++ .../generator/javascript_stable/package.json | 25 + .../javascript_stable/test/capture.mavlink | Bin 0 -> 36764 bytes .../javascript_stable/test/mavlink10.js | 302 + .../javascript_stable/test/mavlink20.js | 302 + .../javascript_stable/test/message10.js | 252 + .../javascript_stable/test/message20.js | 250 + .../mavlink/pymavlink/generator/mavcrc.py | 41 + .../mavlink/pymavlink/generator/mavgen.py | 364 + .../mavlink/pymavlink/generator/mavgen_ada.py | 315 + .../mavlink/pymavlink/generator/mavgen_c.py | 718 + .../pymavlink/generator/mavgen_cpp11.py | 461 + .../mavlink/pymavlink/generator/mavgen_cs.py | 385 + .../pymavlink/generator/mavgen_java.py | 820 ++ .../pymavlink/generator/mavgen_javascript.py | 1237 ++ .../generator/mavgen_javascript_stable.py | 718 + .../mavlink/pymavlink/generator/mavgen_lua.py | 143 + .../pymavlink/generator/mavgen_objc.py | 437 + .../pymavlink/generator/mavgen_python.py | 1282 ++ .../pymavlink/generator/mavgen_swift.py | 381 + .../pymavlink/generator/mavgen_typescript.py | 138 + .../pymavlink/generator/mavgen_wlua.py | 693 + .../mavlink/pymavlink/generator/mavparse.py | 579 + .../mavlink/pymavlink/generator/mavschema.xsd | 330 + .../pymavlink/generator/mavtemplate.py | 133 + .../pymavlink/generator/swift/MAVLink.swift | 1142 ++ .../pymavlink/generator/swift/README.md | 88 + .../generator/swift/Tests/.gitignore | 18 + .../Tests/MAVLink.xcodeproj/project.pbxproj | 1567 +++ .../swift/Tests/MAVLink/AppDelegate.swift | 24 + .../AppIcon.appiconset/Contents.json | 58 + .../Tests/MAVLink/Base.lproj/MainMenu.xib | 692 + .../generator/swift/Tests/MAVLink/Info.plist | 32 + .../swift/Tests/MAVLink/MAVLink/.gitignore | 4 + .../MAVLinkTests/CompareWithCImpTests.swift | 167 + .../MAVLinkTests/DataExtensionsTests.swift | 358 + .../swift/Tests/MAVLinkTests/Delegate.swift | 54 + .../swift/Tests/MAVLinkTests/Info.plist | 22 + .../Tests/MAVLinkTests/MAVLink/.gitignore | 4 + .../Tests/MAVLinkTests/MAVLinkTests.swift | 149 + .../Tests/MAVLinkTests/Modules/module.map | 4 + .../swift/Tests/MAVLinkTests/Testdata.swift | 70 + .../MAVLinkTests/Testdata/ardupilotmega.xml | 1294 ++ .../Tests/MAVLinkTests/Testdata/common.xml | 3675 +++++ .../Tests/MAVLinkTests/Testdata/flight.tlog | Bin 0 -> 5865472 bytes .../Tests/MAVLinkTests/Testdata/uAvionix.xml | 121 + .../pymavlink/generator/swift/Tests/README.md | 19 + .../generator/swift/Tests/ardugen.sh | 9 + .../mavlink/pymavlink/mavexpression.py | 49 + .../mavlink/mavlink/pymavlink/mavextra.py | 1651 +++ .../mavlink/mavlink/pymavlink/mavparm.py | 172 + .../mavlink/mavlink/pymavlink/mavtestgen.py | 140 + .../mavlink/mavlink/pymavlink/mavutil.py | 2574 ++++ .../mavlink/mavlink/pymavlink/mavwp.py | 648 + .../mavlink/mavlink/pymavlink/mission.proto | 72 + .../mavlink/mavlink/pymavlink/mission2.pb | 92 + .../mavlink/mavlink/pymavlink/pyproject.toml | 6 + .../mavlink/mavlink/pymavlink/pytest.ini | 3 + .../mavlink/mavlink/pymavlink/quaternion.py | 634 + .../mavlink/pymavlink/requirements.txt | 3 + .../mavlink/mavlink/pymavlink/rotmat.py | 474 + .../mavlink/mavlink/pymavlink/setup.py | 163 + .../mavlink/mavlink/pymavlink/test_gen_js.sh | 107 + .../mavlink/pymavlink/test_generate_all.sh | 32 + .../mavlink/pymavlink/test_generator.sh | 30 + .../mavlink/pymavlink/tests/64-fields.xml | 72 + .../mavlink/pymavlink/tests/65-fields.xml | 73 + .../mavlink/pymavlink/tests/__init__.py | 3 + .../mavlink/pymavlink/tests/fence-110.txt | 11 + .../mavlink/mavlink/pymavlink/tests/fence.txt | 6 + .../pymavlink/tests/generation/child.xml | 10 + .../tests/generation/grandchild1.xml | 10 + .../tests/generation/grandchild2.xml | 10 + .../pymavlink/tests/generation/inbred.xml | 11 + .../pymavlink/tests/generation/mixin.xml | 9 + .../pymavlink/tests/generation/mixiner.xml | 12 + .../pymavlink/tests/generation/root.xml | 9 + .../mavlink/pymavlink/tests/rally-110.txt | 3 + .../mavlink/mavlink/pymavlink/tests/rally.txt | 2 + .../__snapshots__/test_wlua.ambr | 535 + .../resources/autopilot_version.pcapng | Bin 0 -> 548 bytes .../resources/command_long_over_tcp.pcapng | Bin 0 -> 856 bytes .../snapshottests/resources/common.pcapng | Bin 0 -> 856 bytes .../tests/snapshottests/resources/common.xml | 7590 ++++++++++ .../resources/gps_global_origin.pcapng | Bin 0 -> 488 bytes .../tests/snapshottests/resources/minimal.xml | 722 + .../resources/mission_item_int.pcapng | Bin 0 -> 532 bytes .../snapshottests/resources/standard.xml | 10 + .../tests/snapshottests/test_wlua.py | 105 + .../mavlink/mavlink/pymavlink/tests/test.BIN | Bin 0 -> 65536 bytes .../mavlink/pymavlink/tests/test.BIN.dumped | 1731 +++ .../pymavlink/tests/test.BIN.py3.dumped | 1731 +++ .../mavlink/pymavlink/tests/test_fgFDM.py | 110 + .../pymavlink/tests/test_mavexpression.py | 46 + .../pymavlink/tests/test_mavlogdump.py | 49 + .../mavlink/pymavlink/tests/test_mavparm.py | 60 + .../mavlink/pymavlink/tests/test_mavxml.py | 41 + .../pymavlink/tests/test_quaternion.py | 340 + .../mavlink/pymavlink/tests/test_rotmat.py | 167 + .../mavlink/pymavlink/tests/test_trim.py | 34 + .../mavlink/pymavlink/tests/test_wp.py | 195 + .../mavlink/pymavlink/tools/AccelSearch.py | 148 + .../mavlink/pymavlink/tools/MPU6KSearch.py | 202 + .../mavlink/pymavlink/tools/__init__.py | 1 + .../pymavlink/tools/extract_batch_imu.py | 65 + .../mavlink/pymavlink/tools/extract_parms.py | 49 + .../mavlink/pymavlink/tools/find_aliasing.py | 107 + .../pymavlink/tools/images/gtk-quit.gif | Bin 0 -> 1049 bytes .../tools/images/media-playback-pause.gif | Bin 0 -> 314 bytes .../tools/images/media-playback-start.gif | Bin 0 -> 308 bytes .../tools/images/media-playback-stop.gif | Bin 0 -> 305 bytes .../tools/images/media-seek-backward.gif | Bin 0 -> 319 bytes .../tools/images/media-seek-forward.gif | Bin 0 -> 322 bytes .../pymavlink/tools/images/player_end.gif | Bin 0 -> 555 bytes .../mavlink/pymavlink/tools/isb_extract.py | 130 + .../mavlink/mavlink/pymavlink/tools/magfit.py | 172 + .../mavlink/pymavlink/tools/magfit_WMM.py | 491 + .../pymavlink/tools/magfit_compassmot.py | 89 + .../mavlink/pymavlink/tools/magfit_delta.py | 139 + .../pymavlink/tools/magfit_elliptical.py | 230 + .../mavlink/pymavlink/tools/magfit_gps.py | 163 + .../mavlink/pymavlink/tools/magfit_motors.py | 148 + .../pymavlink/tools/magfit_rotation_gps.py | 128 + .../pymavlink/tools/magfit_rotation_gyro.py | 181 + .../mavlink/pymavlink/tools/mavextract.py | 114 + .../mavlink/mavlink/pymavlink/tools/mavfft.py | 82 + .../mavlink/pymavlink/tools/mavfft_int.py | 231 + .../mavlink/pymavlink/tools/mavfft_isb.py | 344 + .../mavlink/pymavlink/tools/mavfft_pid.py | 91 + .../mavlink/pymavlink/tools/mavflightmodes.py | 86 + .../mavlink/pymavlink/tools/mavflighttime.py | 81 + .../mavlink/pymavlink/tools/mavftpdecode.py | 157 + .../mavlink/mavlink/pymavlink/tools/mavgen.py | 31 + .../mavlink/pymavlink/tools/mavgps_CEP.py | 135 + .../mavlink/pymavlink/tools/mavgpslag.py | 145 + .../mavlink/pymavlink/tools/mavgpslock.py | 65 + .../mavlink/pymavlink/tools/mavgraph.py | 348 + .../mavlink/mavlink/pymavlink/tools/mavkml.py | 204 + .../tools/mavlink_bitmask_decoder.py | 35 + .../pymavlink/tools/mavlink_messages_size.py | 134 + .../mavlink/pymavlink/tools/mavlogdump.py | 406 + .../mavlink/pymavlink/tools/mavloss.py | 60 + .../mavlink/pymavlink/tools/mavmerge.py | 79 + .../mavlink/pymavlink/tools/mavmission.py | 79 + .../mavlink/pymavlink/tools/mavmsgstats.py | 97 + .../mavlink/pymavlink/tools/mavparmdiff.py | 41 + .../mavlink/pymavlink/tools/mavparms.py | 67 + .../mavlink/pymavlink/tools/mavplayback.py | 256 + .../mavlink/pymavlink/tools/mavsearch.py | 40 + .../mavlink/pymavlink/tools/mavsigloss.py | 58 + .../mavlink/pymavlink/tools/mavsplit_sysid.py | 66 + .../mavlink/pymavlink/tools/mavsummarize.py | 162 + .../pymavlink/tools/mavtelemetry_datarates.py | 203 + .../mavlink/pymavlink/tools/mavtogpx.py | 107 + .../mavlink/pymavlink/tools/mavtomfile.py | 111 + .../pymavlink/tools/python_array_test_recv.py | 12 + .../pymavlink/tools/python_array_test_send.py | 22 + .../tools/serial_control_to_shell.py | 132 + .../mavlink/pymavlink/tools/sertotcp.py | 72 + .../mavlink/mavlink/scripts/format_xml.sh | 67 + src/modules/mavlink/mavlink/scripts/test.sh | 91 + .../mavlink/scripts/update_c_library.sh | 81 + .../mavlink/scripts/update_generated_repos.sh | 23 + 302 files changed, 91474 insertions(+) create mode 100644 src/modules/mavlink/mavlink/.github/stale.yml create mode 100644 src/modules/mavlink/mavlink/.github/workflows/test_and_deploy.yml create mode 100644 src/modules/mavlink/mavlink/.gitignore create mode 100644 src/modules/mavlink/mavlink/.gitmodules create mode 100644 src/modules/mavlink/mavlink/CMakeLists.txt create mode 100644 src/modules/mavlink/mavlink/CONTRIBUTING.md create mode 100644 src/modules/mavlink/mavlink/COPYING create mode 100644 src/modules/mavlink/mavlink/MAVLinkConfig.cmake.in create mode 100644 src/modules/mavlink/mavlink/README.md create mode 100644 src/modules/mavlink/mavlink/component_metadata/actuators.example.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/actuators.schema.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/actuators.translation.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/general.schema.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/parameter.schema.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/parameter.translation.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/peripherals.schema.json create mode 100644 src/modules/mavlink/mavlink/component_metadata/translation.schema.json create mode 100644 src/modules/mavlink/mavlink/doc/Doxyfile create mode 100644 src/modules/mavlink/mavlink/doc/README.md create mode 100644 src/modules/mavlink/mavlink/doc/mavlink.css create mode 100644 src/modules/mavlink/mavlink/doc/mavlink.php create mode 100644 src/modules/mavlink/mavlink/doc/mavlink_gitbook.py create mode 100644 src/modules/mavlink/mavlink/doc/mavlink_to_html_table.xsl create mode 100644 src/modules/mavlink/mavlink/doc/mavlink_to_html_table_gitbook.xsl create mode 100644 src/modules/mavlink/mavlink/examples/c/CMakeLists.txt create mode 100644 src/modules/mavlink/mavlink/examples/c/README.md create mode 100644 src/modules/mavlink/mavlink/examples/c/udp_example.c create mode 100755 src/modules/mavlink/mavlink/mavgenerate.py create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/ASLUAV.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/AVSSUAS.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/all.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/ardupilotmega.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/common.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/csAirLink.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/cubepilot.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/development.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/icarous.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/matrixpilot.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/minimal.xml create mode 100755 src/modules/mavlink/mavlink/message_definitions/v1.0/paparazzi.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/python_array_test.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/standard.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/storm32.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/test.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/uAvionix.xml create mode 100644 src/modules/mavlink/mavlink/message_definitions/v1.0/ualberta.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/.editorconfig create mode 100644 src/modules/mavlink/mavlink/pymavlink/.flake8 create mode 100644 src/modules/mavlink/mavlink/pymavlink/.gitattributes create mode 100644 src/modules/mavlink/mavlink/pymavlink/.github/workflows/mypy-generated.ini create mode 100644 src/modules/mavlink/mavlink/pymavlink/.github/workflows/python-publish.yml create mode 100644 src/modules/mavlink/mavlink/pymavlink/.github/workflows/test.yml create mode 100644 src/modules/mavlink/mavlink/pymavlink/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/.gitmodules create mode 100644 src/modules/mavlink/mavlink/pymavlink/APM_Mavtest/APM_Mavtest.pde create mode 100644 src/modules/mavlink/mavlink/pymavlink/APM_Mavtest/Makefile create mode 100644 src/modules/mavlink/mavlink/pymavlink/COPYING create mode 100644 src/modules/mavlink/mavlink/pymavlink/CSVReader.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/DFReader.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/__init__.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/examples/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/examples/__init__.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/add_msg_to_bin.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/apmsetrate.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/bwtest.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/dup_samples.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/magtest.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mav2pcap.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mav_accel.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mav_replay_estimator.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mavgps.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mavtcpsniff.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mavtest.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/mavtester.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/min.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/examples/testparser.js create mode 100755 src/modules/mavlink/mavlink/pymavlink/examples/wptogpx.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/fgFDM.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/files/archlinux/PKGBUILD create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/examples/README create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/examples/attitude.adb create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/examples/make.sh create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/examples/param_request_list.adb create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/examples/param_set_sr0_params.adb create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/mavlink.ads create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/x25crc.adb create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/Ada/x25crc.ads create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CPP11/test/posix/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CPP11/test/posix/Makefile create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CPP11/test/posix/mtest.cpp create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CS/MAVLink.csproj create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CS/MAVLinkMessage.cs create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CS/MavlinkCRC.cs create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CS/MavlinkParse.cs create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/CS/MavlinkUtil.cs create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/__init__.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/gen_js.sh create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/gen_js.stable.sh create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/examples/Makefile create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/examples/test.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Messages/Description.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Messages/MAVLinkMessage.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Messages/MAVLinkPayload.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Messages/MAVLinkStats.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Messages/Units.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Messages/UnitsEnum.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/java/lib/Parser.java create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/.eslintrc.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/Makefile create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/jspack/.npmignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/jspack/LICENSE create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/jspack/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/jspack/jspack.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/jspack/package.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/jspack/test/int64.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/long/LICENSE create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/long/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/long/index.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/long/package.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/local_modules/long/src/long.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/package-lock.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/package.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/capture.mav2.battery_status.tlog create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/capture.mavlink create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/make_tests.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/mavlink10.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/mavlink20.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/message10.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript/test/message20.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/.eslintrc.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/Makefile create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/package-lock.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/package.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/test/capture.mavlink create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/test/mavlink10.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/test/mavlink20.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/test/message10.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/javascript_stable/test/message20.js create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavcrc.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/mavgen.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_ada.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_c.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_cpp11.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_cs.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_java.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_javascript.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_javascript_stable.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_lua.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_objc.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_python.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_swift.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_typescript.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavgen_wlua.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavparse.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavschema.xsd create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/mavtemplate.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/MAVLink.swift create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/README.md create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLink.xcodeproj/project.pbxproj create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLink/AppDelegate.swift create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLink/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLink/Base.lproj/MainMenu.xib create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLink/Info.plist create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLink/MAVLink/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/CompareWithCImpTests.swift create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/DataExtensionsTests.swift create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Delegate.swift create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Info.plist create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/MAVLink/.gitignore create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/MAVLinkTests.swift create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Modules/module.map create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Testdata.swift create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Testdata/ardupilotmega.xml create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Testdata/common.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Testdata/flight.tlog create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/MAVLinkTests/Testdata/uAvionix.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/README.md create mode 100755 src/modules/mavlink/mavlink/pymavlink/generator/swift/Tests/ardugen.sh create mode 100644 src/modules/mavlink/mavlink/pymavlink/mavexpression.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/mavextra.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/mavparm.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/mavtestgen.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/mavutil.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/mavwp.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/mission.proto create mode 100644 src/modules/mavlink/mavlink/pymavlink/mission2.pb create mode 100644 src/modules/mavlink/mavlink/pymavlink/pyproject.toml create mode 100644 src/modules/mavlink/mavlink/pymavlink/pytest.ini create mode 100644 src/modules/mavlink/mavlink/pymavlink/quaternion.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/requirements.txt create mode 100755 src/modules/mavlink/mavlink/pymavlink/rotmat.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/setup.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/test_gen_js.sh create mode 100755 src/modules/mavlink/mavlink/pymavlink/test_generate_all.sh create mode 100755 src/modules/mavlink/mavlink/pymavlink/test_generator.sh create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/64-fields.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/65-fields.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/__init__.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/fence-110.txt create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/fence.txt create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/child.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/grandchild1.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/grandchild2.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/inbred.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/mixin.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/mixiner.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/generation/root.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/rally-110.txt create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/rally.txt create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/__snapshots__/test_wlua.ambr create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/autopilot_version.pcapng create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/command_long_over_tcp.pcapng create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/common.pcapng create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/common.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/gps_global_origin.pcapng create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/minimal.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/mission_item_int.pcapng create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/resources/standard.xml create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/snapshottests/test_wlua.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/test.BIN create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/test.BIN.dumped create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/test.BIN.py3.dumped create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/test_fgFDM.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/test_mavexpression.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tests/test_mavlogdump.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tests/test_mavparm.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tests/test_mavxml.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tests/test_quaternion.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tests/test_rotmat.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tests/test_trim.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tests/test_wp.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/AccelSearch.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/MPU6KSearch.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/__init__.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/extract_batch_imu.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/extract_parms.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/find_aliasing.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/gtk-quit.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/media-playback-pause.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/media-playback-start.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/media-playback-stop.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/media-seek-backward.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/media-seek-forward.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/images/player_end.gif create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/isb_extract.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_WMM.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_compassmot.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_delta.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_elliptical.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_gps.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_motors.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_rotation_gps.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/magfit_rotation_gyro.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavextract.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavfft.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavfft_int.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavfft_isb.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavfft_pid.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavflightmodes.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavflighttime.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavftpdecode.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavgen.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavgps_CEP.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavgpslag.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavgpslock.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavgraph.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavkml.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavlink_bitmask_decoder.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/mavlink_messages_size.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavlogdump.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavloss.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavmerge.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavmission.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavmsgstats.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavparmdiff.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavparms.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavplayback.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavsearch.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavsigloss.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavsplit_sysid.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/mavsummarize.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/mavtelemetry_datarates.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavtogpx.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/mavtomfile.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/python_array_test_recv.py create mode 100644 src/modules/mavlink/mavlink/pymavlink/tools/python_array_test_send.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/serial_control_to_shell.py create mode 100755 src/modules/mavlink/mavlink/pymavlink/tools/sertotcp.py create mode 100755 src/modules/mavlink/mavlink/scripts/format_xml.sh create mode 100755 src/modules/mavlink/mavlink/scripts/test.sh create mode 100755 src/modules/mavlink/mavlink/scripts/update_c_library.sh create mode 100755 src/modules/mavlink/mavlink/scripts/update_generated_repos.sh diff --git a/src/modules/mavlink/mavlink/.github/stale.yml b/src/modules/mavlink/mavlink/.github/stale.yml new file mode 100644 index 000000000000..7330bce1b0c9 --- /dev/null +++ b/src/modules/mavlink/mavlink/.github/stale.yml @@ -0,0 +1,16 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: false +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. Thank you for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false diff --git a/src/modules/mavlink/mavlink/.github/workflows/test_and_deploy.yml b/src/modules/mavlink/mavlink/.github/workflows/test_and_deploy.yml new file mode 100644 index 000000000000..2ebec68a5e9b --- /dev/null +++ b/src/modules/mavlink/mavlink/.github/workflows/test_and_deploy.yml @@ -0,0 +1,122 @@ +name: Test and deploy + +on: + push: + branches: + - 'master' + pull_request: + branches: + - '*' + +# paths: +# - "*" +# - "!README.md" <-- don't rebuild on doc change + +permissions: + contents: read + +jobs: + format: + name: Formatting check + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + with: + submodules: 'recursive' + - run: | + sudo apt update + sudo apt install -y libxml2-dev libxml2-utils + - name: Check formatting + run: | + ./scripts/test.sh format + + python-tests: + name: Python ${{ matrix.python-version }} tests + runs-on: ubuntu-20.04 + strategy: + fail-fast: false + matrix: + python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11'] + steps: + - uses: actions/checkout@v2 + with: + submodules: 'recursive' + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + pip install future lxml + - name : Test Python generator + run: | + ./scripts/test.sh py + + build-cmake-c-example: + name: Build cmake C example + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v2 + with: + submodules: 'recursive' + - name: Install dependencies + run: | + sudo apt update + sudo apt install -y python3 python3-pip + - name: Install MAVLink headers + run: | + cmake -Bbuild -H. -DCMAKE_INSTALL_PREFIX=install + cmake --build build --target install + - name: Build example + run: | + cd examples/c + cmake -Bbuild -H. -DCMAKE_PREFIX_PATH=$(pwd)/../../install + cmake --build build + + node-tests: + name: Node ${{ matrix.node-version }} test + runs-on: ubuntu-20.04 + strategy: + fail-fast: false + matrix: + node-version: ['12', '14'] # 15 fails for some weird reason + steps: + - uses: actions/checkout@v2 + with: + submodules: 'recursive' + - name: Set up Python 3.8 + uses: actions/setup-python@v2 + with: + python-version: 3.8 + - name: Install dependencies + run: | + pip install future lxml + - uses: actions/setup-node@v2 + with: + node-version: ${{ matrix.node-version }} + - run: npm install + - name : Test mavlink + run: | + ./scripts/test.sh node + + deploy: + name: Generate and push C headers + needs: [format, python-tests, node-tests] + runs-on: ubuntu-20.04 + if: github.ref == 'refs/heads/master' + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + steps: + - uses: actions/checkout@v2 + with: + submodules: 'recursive' + - name: Set up Python 3.8 + uses: actions/setup-python@v2 + with: + python-version: 3.8 + - name: Install dependencies + run: | + pip install future lxml + - name: Run deploy script + run: | + ./scripts/update_generated_repos.sh diff --git a/src/modules/mavlink/mavlink/.gitignore b/src/modules/mavlink/mavlink/.gitignore new file mode 100644 index 000000000000..21f992e744f3 --- /dev/null +++ b/src/modules/mavlink/mavlink/.gitignore @@ -0,0 +1,32 @@ +*~ +tags +doc/html +doc/messages +doc/*.log +.DS_Store +build* +install* +.nfs* +share/ +__pycache__ +pymavlink/generator/C/ +pymavlink/generator/C/ +pymavlink/generator/python/ +pymavlink/generator/python/ +apidocs/ +pymavlink/generator/message_definitions +*.swp +pymavlink/dialects/ +pymavlink/MANIFEST +pymavlink/dist +pymavlink.egg-info/ +.pydevproject +.project +.ropeproject +*.cproject +include/ +.tags* +*.pyc +include/mavlink/v1.0 +.idea +/.vscode diff --git a/src/modules/mavlink/mavlink/.gitmodules b/src/modules/mavlink/mavlink/.gitmodules new file mode 100644 index 000000000000..6175c424495a --- /dev/null +++ b/src/modules/mavlink/mavlink/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pymavlink"] + path = pymavlink + url = https://github.com/ardupilot/pymavlink.git diff --git a/src/modules/mavlink/mavlink/CMakeLists.txt b/src/modules/mavlink/mavlink/CMakeLists.txt new file mode 100644 index 000000000000..8aadc9afcd95 --- /dev/null +++ b/src/modules/mavlink/mavlink/CMakeLists.txt @@ -0,0 +1,87 @@ +cmake_minimum_required(VERSION 3.13) + +project(mavlink) + +find_package(Python COMPONENTS Interpreter REQUIRED) + +# We automatically install the pip dependencies locally below. +# Therefore, we check whether pip is available here. +execute_process( + COMMAND ${Python_EXECUTABLE} -m pip -V + RESULT_VARIABLE EXIT_CODE + OUTPUT_QUIET +) +if (NOT ${EXIT_CODE} EQUAL 0) + message(FATAL_ERROR "Python pip not found, pip is required") +endif() + +if (NOT MAVLINK_DIALECT) + set(MAVLINK_DIALECT common) +endif() +message(STATUS "MAVLink dialect: ${MAVLINK_DIALECT}") + +if (NOT MAVLINK_VERSION) + set(MAVLINK_VERSION 2.0) +endif() +message(STATUS "MAVLink version: ${MAVLINK_VERSION}") + +set(EXAMPLE_HEADER ${CMAKE_CURRENT_BINARY_DIR}/include/mavlink/${MAVLINK_DIALECT}/mavlink.h) + +add_custom_command(OUTPUT ${EXAMPLE_HEADER} + COMMAND ${Python_EXECUTABLE} + -m pip install -r pymavlink/requirements.txt --upgrade -t ${CMAKE_CURRENT_BINARY_DIR}/pip-dependencies/ + COMMAND ${CMAKE_COMMAND} -E env "PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}/pip-dependencies/" ${Python_EXECUTABLE} + -m pymavlink.tools.mavgen + --lang=C + --wire-protocol=${MAVLINK_VERSION} + --output ${CMAKE_CURRENT_BINARY_DIR}/include/mavlink/ + message_definitions/v1.0/${MAVLINK_DIALECT}.xml + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} + DEPENDS message_definitions/v1.0/${MAVLINK_DIALECT}.xml + COMMENT "Generating C headers") + +# Unfortunately, the dependencies don't work for INTERFACE libraries. +# The only way I could make it work is to add ALL which means it +# will do the file generation every time even when nothing has changed. +add_custom_target(generate_c_headers + ALL + DEPENDS ${EXAMPLE_HEADER}) + +add_library(mavlink INTERFACE) + +add_dependencies(mavlink generate_c_headers) + +include(GNUInstallDirs) + +target_include_directories(mavlink + INTERFACE + $ +) + +install(TARGETS mavlink + EXPORT MAVLinkTargets + PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} +) + +install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/include/mavlink" + DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}" + FILES_MATCHING PATTERN "*.h" +) + +install(EXPORT MAVLinkTargets + FILE MAVLinkTargets.cmake + NAMESPACE MAVLink:: + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/MAVLink +) + +# For the build tree +configure_file(MAVLinkConfig.cmake.in + "${PROJECT_BINARY_DIR}/MAVLinkConfig.cmake" @ONLY) +# For the install tree +configure_file(MAVLinkConfig.cmake.in + "${PROJECT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/MAVLinkConfig.cmake" @ONLY) + +install(FILES + "${PROJECT_BINARY_DIR}/${CMAKE_FILES_DIRECTORY}/MAVLinkConfig.cmake" + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/MAVLink +) diff --git a/src/modules/mavlink/mavlink/CONTRIBUTING.md b/src/modules/mavlink/mavlink/CONTRIBUTING.md new file mode 100644 index 000000000000..5016b30ee8a3 --- /dev/null +++ b/src/modules/mavlink/mavlink/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing to MAVLink + +See [Contributing](https://mavlink.io/en/contributing/contributing.html) (MAVLink Developer Guide). diff --git a/src/modules/mavlink/mavlink/COPYING b/src/modules/mavlink/mavlink/COPYING new file mode 100644 index 000000000000..6f1d4c61b0e2 --- /dev/null +++ b/src/modules/mavlink/mavlink/COPYING @@ -0,0 +1,200 @@ +This repository contains the generator for the MAVLink protocol. The generator itself is +(L)GPL v3 licensed, while the generated code is subject to different licenses: + + +======================================================================================== + + Exception to the (L)GPL v.3: + +As an exception, if you use this Software to compile your source code and +portions of this Software, including messages ("the generator output"), are embedded +into the binary product as a result, you may redistribute such product and such +product is hereby licensed under the following MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of the generated software (the "Generated Software"), to deal +in the Generated Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Generated Software, and to permit persons to whom the Generated +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Generated Software. + +THE GENERATED SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE GENERATED SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE GENERATED SOFTWARE. + +========================================================================================= + + + + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/src/modules/mavlink/mavlink/MAVLinkConfig.cmake.in b/src/modules/mavlink/mavlink/MAVLinkConfig.cmake.in new file mode 100644 index 000000000000..d6f37a3f7664 --- /dev/null +++ b/src/modules/mavlink/mavlink/MAVLinkConfig.cmake.in @@ -0,0 +1,3 @@ +get_filename_component(MAVLINK_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +include("${MAVLINK_CMAKE_DIR}/MAVLinkTargets.cmake") + diff --git a/src/modules/mavlink/mavlink/README.md b/src/modules/mavlink/mavlink/README.md new file mode 100644 index 000000000000..0d6deeb9f514 --- /dev/null +++ b/src/modules/mavlink/mavlink/README.md @@ -0,0 +1,78 @@ +[![Build Status](https://github.com/mavlink/mavlink/workflows/Test%20and%20deploy/badge.svg)](https://github.com/mavlink/mavlink/actions?query=branch%3Amaster) + +# MAVLink + +MAVLink -- Micro Air Vehicle Message Marshalling Library. + +MAVLink is a very lightweight, header-only message library for communication between drones and/or ground control stations. It consists primarily of message-set specifications for different systems ("dialects") defined in XML files, and Python tools that convert these into appropriate source code for [supported languages](https://mavlink.io/en/#supported_languages). There are additional Python scripts providing examples and utilities for working with MAVLink data. + +> **Tip** MAVLink is very well suited for applications with very limited communication bandwidth. Its reference implementation in C is highly optimized for resource-constrained systems with limited RAM and flash memory. It is field-proven and deployed in many products where it serves as interoperability interface between components of different manufacturers. + + +## Quick start + +### Generate C headers + +To install the minimal MAVLink environment on Ubuntu LTS 20.04 or 22.04, enter the following on a terminal: + +```bash +# Dependencies +sudo apt install python3-pip + +# Clone mavlink into the directory of your choice +git clone https://github.com/mavlink/mavlink.git --recursive +cd mavlink + +python3 -m pip install pymavlink/requirements.txt +``` + +You can then build the MAVLink2 C-library for `message_definitions/v1.0/common.xml` from the `/mavlink` directory as shown: + +```bash +python3 -m pymavlink.tools.mavgen --lang=C --wire-protocol=2.0 --output=generated/include/mavlink/v2.0 message_definitions/v1.0/common.xml +``` + +### Use from cmake + +To include the headers in cmake, install them locally, e.g. into the directory `install`: + +``` +cmake -Bbuild -H. -DCMAKE_INSTALL_PREFIX=install -DMAVLINK_DIALECT=common -DMAVLINK_VERSION=2.0 +cmake --build build --target install +``` + +Then use `find_package` to get the dependency in `CMakeLists.txt`: + +``` +find_package(MAVLink REQUIRED) + +add_executable(my_program my_program.c) + +target_link_libraries(my_program PRIVATE MAVLink::mavlink) +``` + +And pass the local install directory to cmake (adapt to your directory structure): + +``` +cd ../my_program +cmake -Bbuild -H. -DCMAKE_PREFIX_PATH=../mavlink/install +``` + +For a full example, check [examples/c](examples/c). + +*Note: even though we use `target_link_libraries` in cmake, it doesn't actually "link" to MAVLink as it's just a header-only library.* + +### Other instructions + +Instructions for using the C libraries are then covered in [Using C MAVLink Libraries (mavgen)](https://mavlink.io/en/mavgen_c/). + +> **Note:** [Installing the MAVLink Toolchain](https://mavlink.io/en/getting_started/installation.html) explains how to install MAVLink on other Ubuntu platforms and Windows, while [Generating MAVLink Libraries](https://mavlink.io/en/getting_started/generate_libraries.html) explains how to build MAVLink for the other programming languages [supported by the project](https://mavlink.io/en/#supported_languages). +> The sub-topics of [Using MAVLink Libraries](https://mavlink.io/en/getting_started/use_libraries.html) explain how to use the generated libraries. + + +## Key Links + +* [Documentation/Website](https://mavlink.io/en/) (mavlink.io/en/) +* [Discussion/Support](https://mavlink.io/en/#support) +* [Contributing](https://mavlink.io/en/contributing/contributing.html) +* [License](https://mavlink.io/en/#license) diff --git a/src/modules/mavlink/mavlink/component_metadata/actuators.example.json b/src/modules/mavlink/mavlink/component_metadata/actuators.example.json new file mode 100644 index 000000000000..d08f98b59384 --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/actuators.example.json @@ -0,0 +1,584 @@ +{ + "version": 1, + "show-ui-if": "SYS_CTRL_ALLOC==1", + "outputs_v1": [ + { + "label": "MAIN", + "subgroups": [ + { + "label": "MAIN 1-4", + "parameters": [ + { + "name": "PWM_MAIN_TIM0", + "function": "primary" + }, + { + "name": "FMU_TIM0_EXTRA", + "label": "Extra group config" + } + ], + "per-channel-parameters": [ + { + "label": "Function", + "name": "PWM_MAIN_FUNC${i}", + "function": "function" + }, + { + "label": "Disarmed", + "name": "PWM_MAIN_DIS${i}", + "show-if": "PWM_MAIN_TIM0>=-1", + "function": "disarmed", + "advanced": true + }, + { + "label": "Min", + "name": "PWM_MAIN_MIN${i}", + "show-if": "PWM_MAIN_TIM0>=-1" + }, + { + "label": "Max", + "name": "PWM_MAIN_MAX${i}", + "show-if": "PWM_MAIN_TIM0>=-1" + }, + { + "label": "Failsafe", + "name": "PWM_MAIN_FAIL${i}", + "show-if": "PWM_MAIN_TIM0>=-1" + } + ], + "channels": [ + { + "label": "MAIN 1", + "param-index": 1 + }, + { + "label": "MAIN 2", + "param-index": 2 + }, + { + "label": "MAIN 3", + "param-index": 3 + }, + { + "label": "MAIN 4", + "param-index": 4 + } + ] + } + ] + }, + { + "label": "AUX", + "parameters": [ + { + "label": "DShot Telemetry", + "name": "DSHOT_TEL_CFG" + }, + { + "label": "DShot Min", + "name": "DSHOT_MIN" + } + ], + "subgroups": [ + { + "label": "AUX 1-4", + "supported-actions": { + "set-spin-direction1": { + "supported-if": "PWM_AUX_TIM0<-1", + "actuator-types": ["motor"] + }, + "set-spin-direction2": { + "supported-if": "PWM_AUX_TIM0<-1", + "actuator-types": ["motor"] + } + }, + "parameters": [ + { + "name": "PWM_AUX_TIM0", + "function": "primary" + } + ], + "per-channel-parameters": [ + { + "label": "Function", + "name": "PWM_AUX_FUNC${i}", + "function": "function" + }, + { + "label": "Disarmed", + "name": "PWM_AUX_DIS${i}", + "show-if": "PWM_AUX_TIM0>=-1", + "function": "disarmed", + "advanced": true + }, + { + "label": "Min", + "name": "PWM_AUX_MIN${i}", + "show-if": "PWM_AUX_TIM0>=-1" + }, + { + "label": "Max", + "name": "PWM_AUX_MAX${i}", + "show-if": "PWM_AUX_TIM0>=-1" + }, + { + "label": "Failsafe", + "name": "PWM_AUX_FAIL${i}", + "show-if": "PWM_AUX_TIM0>=-1" + } + ], + "channels": [ + { + "label": "AUX 1", + "param-index": 1 + }, + { + "label": "AUX 2", + "param-index": 2 + }, + { + "label": "AUX 3", + "param-index": 3 + }, + { + "label": "AUX 4", + "param-index": 4 + } + ] + }, + { + "label": "AUX 5-6", + "parameters": [ + { + "name": "PWM_AUX_TIM1", + "function": "primary" + } + ], + "per-channel-parameters": [ + { + "label": "Function", + "name": "PWM_AUX_FUNC${i}", + "function": "function" + }, + { + "label": "Disarmed", + "name": "PWM_AUX_DIS${i}", + "show-if": "PWM_AUX_TIM1>=-1", + "function": "disarmed", + "advanced": true + }, + { + "label": "Min", + "name": "PWM_AUX_MIN${i}", + "show-if": "PWM_AUX_TIM1>=-1" + }, + { + "label": "Max", + "name": "PWM_AUX_MAX${i}", + "show-if": "PWM_AUX_TIM1>=-1" + }, + { + "label": "Failsafe", + "name": "PWM_AUX_FAIL${i}", + "show-if": "PWM_AUX_TIM1>=-1" + }, + { + "label": "Min", + "name": "DSHOT_FMU_MIN${i}", + "show-if": "PWM_AUX_TIM1<-1" + } + ], + "channels": [ + { + "label": "AUX 5", + "param-index": 5 + }, + { + "label": "AUX 6", + "param-index": 6 + } + ] + }, + { + "label": "AUX 7-8", + "parameters": [ + { + "name": "PWM_AUX_TIM2", + "function": "primary" + } + ], + "per-channel-parameters": [ + { + "label": "Function", + "name": "PWM_AUX_FUNC${i}", + "function": "function" + }, + { + "label": "Disarmed", + "name": "PWM_AUX_DIS${i}", + "show-if": "PWM_AUX_TIM2>=-1", + "function": "disarmed", + "advanced": true + }, + { + "label": "Min", + "name": "PWM_AUX_MIN${i}", + "show-if": "PWM_AUX_TIM2>=-1" + }, + { + "label": "Max", + "name": "PWM_AUX_MAX${i}", + "show-if": "PWM_AUX_TIM2>=-1" + }, + { + "label": "Failsafe", + "name": "PWM_AUX_FAIL${i}", + "show-if": "PWM_AUX_TIM2>=-1" + }, + { + "label": "Min", + "name": "DSHOT_FMU_MIN${i}", + "show-if": "PWM_AUX_TIM2<-1" + } + ], + "channels": [ + { + "label": "AUX 7", + "param-index": 7 + }, + { + "label": "AUX 8", + "param-index": 8 + } + ] + }, + { + "label": "CAP 1-3", + "parameters": [ + { + "name": "PWM_AUX_TIM3", + "function": "primary" + } + ], + "per-channel-parameters": [ + { + "label": "Function", + "name": "PWM_AUX_FUNC${i}", + "function": "function" + }, + { + "label": "Disarmed", + "name": "PWM_AUX_DIS${i}", + "show-if": "PWM_AUX_TIM2>=-1", + "function": "disarmed", + "advanced": true + }, + { + "label": "Min", + "name": "PWM_AUX_MIN${i}", + "show-if": "PWM_AUX_TIM2>=-1" + }, + { + "label": "Max", + "name": "PWM_AUX_MAX${i}", + "show-if": "PWM_AUX_TIM2>=-1" + }, + { + "label": "Failsafe", + "name": "PWM_AUX_FAIL${i}", + "show-if": "PWM_AUX_TIM2>=-1" + } + ], + "channels": [ + { + "label": "CAP 1", + "param-index": 9 + }, + { + "label": "CAP 2", + "param-index": 10 + }, + { + "label": "CAP 3", + "param-index": 11 + } + ] + } + ] + }, + { + "label": "UAVCAN", + "parameters": [ + { + "name": "UAVCAN_ENABLE", + "label": "Configure", + "function": "enable" + }, + { + "label": "Bitrate", + "name": "UAVCAN_BITRATE" + } + ], + "show-subgroups-if": "UAVCAN_ENABLE>=2", + "subgroups": [ + { + "label": "ESCs", + "per-channel-parameters": [ + { + "label": "Function", + "name": "UAVCAN_EC_FUNC${i}", + "function": "function" + }, + { + "label": "Idle throttle spin", + "name": "UAVCAN_ESC_IDLT", + "show-as": "bitset", + "index-offset": -1 + } + ], + "channels": [ + { + "label": "ESC 1", + "param-index": 1 + }, + { + "label": "ESC 2", + "param-index": 2 + } + ] + }, + { + "label": "Servos", + "per-channel-parameters": [ + { + "label": "Function", + "name": "UAVCAN_SV_FUNC${i}" + } + ], + "channels": [ + { + "label": "Servo 1", + "param-index": 1 + }, + { + "label": "Servo 2", + "param-index": 2 + } + ] + } + ] + }, + { + "label": "HITL", + "parameters": [ + { + "name": "SYS_HITL", + "label": "Configure", + "function": "enable" + } + ], + "subgroups": [ + { + "per-channel-parameters": [ + { + "label": "Function", + "function": "function", + "name": "PWM_SIM_FUN${i}" + } + ], + "channels": [ + { + "label": "Output 1", + "param-index": 1 + }, + { + "label": "Output 2", + "param-index": 2 + } + ] + } + ] + } + ], + + "functions_v1": + { + "0": { "label": "Disabled" }, + "101": { "label": "Motor 1" }, + "102": { "label": "Motor 2" }, + "103": { "label": "Motor 3" }, + "104": { "label": "Motor 4" }, + "105": { "label": "Motor 5" }, + "106": { "label": "Motor 6" }, + "107": { "label": "Motor 7" }, + "108": { "label": "Motor 8" }, + "201": { "label": "Servo 1" }, + "202": { "label": "Servo 2" }, + "203": { "label": "Servo 3" }, + "204": { "label": "Servo 4" }, + "400": { "label": "Landing Gear" }, + "401": { "label": "Parachute" }, + "407": { "label": "RC AUX 1" }, + "2032": { + "label": "Camera Capture", + "exclude-from-actuator-testing": true, + "note": { + "condition": "TRIG_MODE==0", + "text": "Camera triggering needs to be enabled and configured via TRIG_* parameters." + } + } + }, + + "mixer_v1": + { + "actuator-types": + { + "motor": { + "function-min": 101, + "function-max": 108, + "label-index-offset": 1, + "values": { + "min": 0, + "max": 1, + "default-is-nan": true, + "reversible": true + }, + "per-item-parameters": [ + { + "label": "Reversible", + "name": "CA_MOT_REV", + "show-as": "bitset", + "index-offset": -1, + "advanced": true + } + ] + }, + "servo": { + "function-min": 201, + "function-max": 208, + "values": { + "min": -1, + "max": 1, + "default": 0 + }, + "per-item-parameters": [ + { + "label": "Trim", + "name": "CA_SVO_TRIM${i}", + "index-offset": 1 + } + ] + }, + "DEFAULT": { + "values": { + "min": -1, + "max": 1, + "default": -1 + } + } + }, + "config": + [ + { + "option": "CA_AIRFRAME==1", + "type": "multirotor", + "actuators": + [ + { + "group-label": "Motors", + "count": "CA_MC_R_COUNT", + "actuator-type": "motor", + "required": true, + "parameters": [ + { + "label": "slew rate limit", + "name": "MOT_SLEW_MAX", + "advanced": true + } + ], + "per-item-parameters": + [ + { + "label": "Position X", + "function": "posx", + "name": "CA_MC_R${i}_PX", + "index-offset": 0 + }, + { + "label": "Position Y", + "function": "posy", + "name": "CA_MC_R${i}_PY", + "index-offset": 0 + }, + { + "label": "Position Z", + "function": "posz", + "name": "CA_MC_R${i}_PZ", + "index-offset": 0, + "advanced": true + }, + { + "label": "Direction CCW", + "function": "spin-dir", + "name": "CA_MC_R${i}_KM", + "show-as": "true-if-positive" + }, + { + "label": "Axis X", + "function": "axisx", + "name": "CA_MC_R${i}_AX", + "advanced": true + } + ] + } + ] + }, + { + "option": "CA_AIRFRAME==5", + "actuators": + [ + { + "group-label": "Motors", + "count": 3, + "item-label-prefix": + ["Front Left Motor", "Front Right Motor", "Rear Motor"], + "actuator-type": "motor", + "per-item-parameters": + [ + { + "label": "Position X", + "function": "posx", + "value": [0.3, 0.3, -0.75] + }, + { + "label": "Position Y", + "function": "posy", + "value": [-0.3, 0.3, 0] + } + ] + }, + { + "group-label": "Servos", + "count": 4, + "item-label-prefix": + ["Front Left Tilt","Front Right Tilt","Left Elevon", "Right Elevon"], + "actuator-type": "servo", + "per-item-parameters": + [ + { + "label": "Position X", + "function": "posx", + "value": [0.3, 0.3, 0, 0] + }, + { + "label": "Position Y", + "function": "posy", + "value": [-0.3, 0.3, -0.3, 0.3] + } + ] + } + ] + } + ] + } +} diff --git a/src/modules/mavlink/mavlink/component_metadata/actuators.schema.json b/src/modules/mavlink/mavlink/component_metadata/actuators.schema.json new file mode 100644 index 000000000000..d299ae18a264 --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/actuators.schema.json @@ -0,0 +1,517 @@ +{ + "$id": "https://mavlink.io/comp_version.schema.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Schema for COMP_METADATA_TYPE_ACTUATORS", + "type": "object", + + "$defs": { + "condition": { + "type": "string", + "pattern": "^(true|false|[\\.\\-a-zA-Z0-9_]{1,16}(>|>=|==|!=|<|<=)\\-?\\d+)$", + "description": "A condition, in the form true|false| (where : [>,>=,==,!=,<,<=]), comparing a vehicle parameter value (must be int or bool) with an integer value. 'true' and 'false' always evaluate to true or false respectively." + }, + + "actuator-output-testing-values": { + "type": "object", + "description": "Defines the limits and defaults for actuator testing (used for MAV_CMD_ACTUATOR_TEST).", + "properties": { + "min": { + "type": "number", + "minimum": -1, + "maximum": 1 + }, + "max": { + "type": "number", + "minimum": -1, + "maximum": 1 + }, + "default": { + "type": "number", + "minimum": -1, + "maximum": 1 + }, + "default-is-nan": { + "type": "boolean", + "description": "Default is NaN, instead of a value in [-1, 1]" + }, + "reversible": { + "type": "boolean", + "description": "For reversible motors: if true, the [min, max] range can be reversed to [-max, -min] to test motor reversal." + } + }, + "required": [ "min", "max" ], + "additionalProperties": false + }, + + "per-item-parameters": { + "properties": { + "label": { + "type": "string", + "description": "Displayed label" + }, + "name": { + "type": "string", + "description": "parameter name (may contain ${i} which is replaced with the param index}" + }, + "value": { + "type": "array", + "description": "Fixed values (Either 'name' or 'value' needs to be specified)", + "items": { + "type": "number" + } + }, + "function": { + "type": "string", + "description": "Optional semantics of the parameters. Valid values for geometry parameters: ['pos{x,y,z}': position parameters (expected in [m]). 'axis{x,y,z}': where the actuator points to. 'spin-dir': spinning direction (CCW=true or 1). 'type': enum param to select the specific actuator type (e.g. left aileron). 'reversible': configure motor to be reversible (bool/int32)]. Values for output configuration parameters: ['disarmed', 'min', 'max', 'failsafe'. 'function': defines the actuator output function]. For a given list, the same value can be assigned at most once.", + "pattern": "^(posx|posy|posz|axisx|axisy|axisz|spin-dir|type|reversible|disarmed|min|max|failsafe|function)$" + }, + "index-offset": { + "type": "integer", + "description": "Offset to be added to the parameter index or bitset" + }, + "show-as": { + "type": "string", + "description": "Display option: 'bitset': shows an integer parameter as checkboxes (1 bit per actuator, and the index defines the bit shift). true-if-positive: displays a float variable as checkbox (>0 == checked)" + }, + "advanced": { + "type": "boolean", + "description": "If true, only show this when some 'show advanced settings' config is checked" + }, + "show-if": { + "$ref": "#/$defs/condition", + "description": "Condition to show/hide the config parameter for all items (only supported for outputs, not mixers)." + }, + "identifier": { + "type": "string", + "description": "Optional identifier for rules (see 'rules' section)), only for mixers" + } + }, + "additionalProperties": false + } + }, + + "properties": { + "version": { + "description": "Version number for the format of this file.", + "type": "integer", + "minimum": 2 + }, + "translation": { + "type": "object", + "description": "This needs to match exactly with the content of actuators.translation.json" + }, + "show-ui-if": { + "$ref": "#/$defs/condition", + "description": "Condition to show/hide the whole configuration UI depending on a parameter value. If not present, the UI is always shown." + }, + "outputs_v1": { + "type": "array", + "description": "List of actuator output groups, typically corresponding to a physical output group. A group is a collection of subgroups and a subgroup contains a number of channels. E.g. a CAN driver (=group), with a servo message (= 1. subgroup) with M channels and ESC message with N channels (= 2. subgroup). A group might only contain a single subgroup.", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "Displayed label for the actuator output (e.g. MAIN)" + }, + "subgroups": { + "type": "array", + "description": "Actuator subgroups", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "Displayed label (required if multiple subgroups, optional for a single subgroup)" + }, + "parameters": { + "type": "array", + "description": "List of configuration parameters to configure the actuator output subgroup", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "pattern": "^[\\.\\-a-zA-Z0-9_\\{\\}]{1,16}$", + "description": "Parameter name" + }, + "label": { + "type": "string", + "description": "Displayed label" + }, + "function": { + "type": "string", + "pattern": "^(primary)$", + "description": "Semantics of the parameters. 'primary': primary configuration parameter (can be used to place the param next to the label of the subgroup in the UI. In this case the label is not used, otherwise the label needs to be added)" + } + }, + "required": [ "name" ], + "additionalProperties": false + } + }, + "per-channel-parameters": { + "type": "array", + "description": "Config parameters shown for each individual channel.", + "items": { + "type": "object", + "$ref": "#/$defs/per-item-parameters", + "required": [ "label", "name" ], + "additionalProperties": false + } + }, + "channels": { + "type": "array", + "description": "Defines the channels.", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "Display channel label (e.g. MAIN 1)" + }, + "param-index": { + "type": "integer", + "description": "Parameter index to the per-channel-parameters" + } + }, + + "required": [ "label", "param-index" ], + "additionalProperties": false + } + }, + "supported-actions": { + "description": "Set of (configuring) actions supported by the output group. Support might be limited by a condition and to a set of actuator types (an action is shown if the channel is configured, the condition true and the configured function in the set of actuator-types (or the set is empty)). MAV_CMD_CONFIGURE_ACTUATOR is used by the GCS to trigger the action.", + "patternProperties": { + "^(beep|3d-mode-on|3d-mode-off|set-spin-direction1|set-spin-direction2)$": { + "type": "object", + "properties": { + "supported-if": { + "$ref": "#/$defs/condition" + }, + "actuator-types": { + "type": "array", + "description": "optional list of actuator types that support the action", + "items": { + "type": "string" + } + } + } + } + }, + "additionalProperties": false + } + }, + "required": [ "per-channel-parameters", "channels" ], + "additionalProperties": false + } + }, + "parameters": { + "type": "array", + "description": "List of configuration parameters to configure the actuator output group (e.g. bitrate of the bus)", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "pattern": "^[\\.\\-a-zA-Z0-9_\\{\\}]{1,16}$", + "description": "Parameter name" + }, + "label": { + "type": "string", + "description": "Displayed label" + }, + "function": { + "type": "string", + "pattern": "^(enable)$", + "description": "Semantics of the parameters. 'enable': Parameter is used to enable/disable the output group" + } + }, + "required": [ "label", "name" ], + "additionalProperties": false + } + }, + "show-subgroups-if": { + "$ref": "#/$defs/condition", + "description": "Condition show/hide all subgroups (e.g. for a parameter to enable/disable the output)." + } + }, + "required": [ "label", "subgroups" ], + "additionalProperties": false + } + + }, + + + "functions_v1": { + "type": "object", + "description": "Lists all actuator output functions. Each dict index defines an output function. '0' is special and always means 'Disabled'. The indexes and labels are expected to match with the parameter metadata for the function parameters (some parameters may not support all functions though). When sending a MAVLink command, e.g. MAV_CMD_ACTUATOR_TEST, 1000+ is used.", + + "patternProperties": { + "^\\d+$": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "Displayed label" + }, + "exclude-from-actuator-testing": { + "type": "boolean", + "description": "If true, do not add this to the list of actuator output testing functions (default: false)" + }, + "note": { + "type": "object", + "description": "Note to be displayed if the function is configured on some output, and the condition is true. Can e.g. be used to show a note that the function requires additional setup.", + "properties": { + "condition": { + "$ref": "#/$defs/condition" + }, + "text": { + "type": "string", + "description": "Displayed note" + } + }, + "required": [ "condition", "text" ], + "additionalProperties": false + } + }, + "required": [ "label" ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + + + "mixer_v1": { + "type": "object", + "description": "Mixer/Geometry configuration options", + "properties": { + "actuator-types": { + "type": "object", + "description": "Actuator types. Each actuator type contains a list of actuator output functions. All output functions not belonging to an actuator type use the values from DEFAULT. Arbitrary actuator types can be defined, however these are well-known: 'motor', 'servo': a UI may use these to e.g. display a multirotor geometry.", + "properties": { + "DEFAULT": { + "type": "object", + "properties": { + "values": { + "$ref": "#/$defs/actuator-output-testing-values" + } + }, + "required": [ "values" ], + "additionalProperties": false + } + }, + "patternProperties": { + "^((?!DEFAULT).)*$": { + "type": "object", + "properties": { + "values": { + "$ref": "#/$defs/actuator-output-testing-values" + }, + "function-min": { + "type": "integer", + "description": "First actuator function index" + }, + "function-max": { + "type": "integer", + "description": "Last actuator function index" + }, + "label-index-offset": { + "type": "integer", + "description": "Display offset for the 0-based actuator index. E.g. if the label of the output function 'function-min' is 'Motor 1', 'label-index-offset' is 1." + }, + "per-item-parameters": { + "type": "array", + "description": "List of actuator-type specific parameters, e.g. trim values for servos", + "items": { + "type": "object", + "$ref": "#/$defs/per-item-parameters", + "required": [ "label", "name" ], + "additionalProperties": false + } + } + }, + "required": [ "values", "function-min", "function-max" ], + "additionalProperties": false + } + }, + "required": [ "DEFAULT" ], + "additionalProperties": false + }, + "config": { + "type": "array", + "description": "List of mixer/geometries configurations. Each geometry contains a condition, and the expectation is that exactly one evaluates to true, which is the one displayed in the UI (i.e. a parameter to select the geometry). It's also possible to unconditionally specify only a single geometry, or to set an empty list, to disable the mixer/geometry UI altogether.", + "items": { + "type": "object", + "properties": { + "option": { + "$ref": "#/$defs/condition", + "description": "Condition to select the geometry" + }, + "type": { + "type": "string", + "pattern": "^(multirotor)$", + "description": "Optional geometry type indicator. A UI may use these to render type-dependent geometry images" + }, + "title": { + "type": "string", + "description": "Optional geometry title (e.g. Multirotor)" + }, + "help-url": { + "type": "string", + "description": "Optional url with documentation" + }, + "actuators": { + "type": "array", + "description": "List of actuators belonging to the geometry. Each actuator group is of the same actuator-type and shares the set of configuration variables (which may be none). E.g. a multirotor might only contain a single item for the motors. Each item can have a fixed or configurable amount of actuators (see 'count' below).", + "items": { + "type": "object", + "properties": { + "group-label": { + "type": "string", + "description": "Displayed label for the group" + }, + "actuator-type": { + "type": "string", + "description": "Needs to correspond to one of the 'actuator-types' definitions." + }, + "item-label-prefix": { + "oneof": [ + { + "type": "string", + "description": "This can be used to display a more specialized actuator type in front of the generic one. In the case of a fixed 'count', it's a list of strings (e.g. ['Left Aileron', 'Right Aileron'] -> resulting in display 'Left Aileron (Servo 1)'), otherwise a string that may contain '${i}' which is replaced with the index." + }, + { + "type": "array", + "items": { + "type": "string" + } + } + ] + }, + "required": { + "type": "boolean", + "description": "If true, these actuators are required to be assigned to some output in order for the vehicle to be seen as 'setup completed'." + }, + "count": { + "oneof": [ + { + "type": "string", + "description": "Parameter name for the amount of actuators" + }, + { + "type": "integer", + "description": "Fixed number of actuators" + } + ] + }, + "parameters": { + "type": "array", + "description": "Actuator group specific configuration parameters.", + "items": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "Displayed label" + }, + "name": { + "type": "string", + "description": "parameter name" + }, + "advanced": { + "type": "boolean", + "description": "If true, only show this when some 'show advanced settings' config is checked" + } + }, + "required": [ "label", "name" ], + "additionalProperties": false + } + }, + "per-item-parameters": { + "type": "array", + "description": "Values/config parameters shown for each individual actuator in the group.", + "items": { + "type": "object", + "$ref": "#/$defs/per-item-parameters", + "required": [ "label" ], + "additionalProperties": false + } + } + } + }, + "required": [ "group-label", "count", "actuator-type", "per-item-parameters" ], + "additionalProperties": false + } + }, + "required": [ "actuators" ], + "additionalProperties": false + } + }, + + "rules": { + "description": "Optional list of rules. Rules are used to constrain or hide/disable parameters depending on the value of a selection parameter. The selection parameter must be an integer (typically enum) parameter, whereas the constrained parameters must be floats. Rules are generic and can be used in one or more mixer definitions. However an actuator group can have at most one rule. Rules are applied on a per-channel/per-item basis. They are defined and used via identifiers: these can be arbitrary (unique) strings, defined for the selection parameter (select-identifier) and the list of constrained parameters (apply-identifiers). These identifiers are then used in the 'per-item-parameters' list of a mixer (there's no requirement on ordering, however all identifiers of a rule should be set).", + "type": "array", + "items": { + "type": "object", + "properties": { + "select-identifier": { + "type": "string" + }, + "apply-identifiers": { + "type": "array", + "items": { + "type": "string" + } + }, + "items": { + "description": "Dict of items, the value of the selection parameter defines the selected item. It's allowed for some values not to have any constraint.", + "type": "object", + "patternProperties": { + "^[0-9]+$": { + "type": "array", + "description": "Array of constraints/defaults. Each array item corresponds to the item at the same index in 'apply-identifiers' (and thus the array length must be the same)", + "items": { + "type": "object", + "properties": { + "min": { + "description": "Minimum parameter value (optional)", + "type": "number" + }, + "max": { + "description": "Maximum parameter value (optional)", + "type": "number" + }, + "default": { + "description": "Default parameter value (optional), set when the selection parameter changes to this value.", + "type": "number" + }, + "hidden": { + "description": "If true, the parameter is hidden, i.e. the user cannot edit it.", + "type": "boolean" + }, + "disabled": { + "description": "If true, the parameter is disabled (but still shown), i.e. the user cannot edit it.", + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + } + }, + "required": [ "select-identifier", "apply-identifiers", "items" ], + "additionalProperties": false + } + } + }, + "required": [ "actuator-types", "config" ], + "additionalProperties": false + } + }, + "required": [ "version", "outputs_v1", "functions_v1", "mixer_v1" ], + "additionalProperties": false +} + diff --git a/src/modules/mavlink/mavlink/component_metadata/actuators.translation.json b/src/modules/mavlink/mavlink/component_metadata/actuators.translation.json new file mode 100644 index 000000000000..00943a7c3d55 --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/actuators.translation.json @@ -0,0 +1,94 @@ +{ + "translation": { + "items": { + "outputs_v1": { + "list": { + "key": "label", + "items": { + "subgroups": { + "list": { + "items": { + "parameters": { + "list": { + "key": "name", + "translate": [ "label" ] + } + }, + "per-channel-parameters": { + "list": { + "key": "name", + "translate": [ "label" ] + } + }, + "channels": { + "list": { + "key": "param-index", + "translate": [ "label" ] + } + } + } + } + } + } + } + }, + "functions_v1": { + "items": { + "*": { + "translate": [ "label" ], + "items": { + "note": { + "translate": [ "text" ] + } + } + } + } + }, + "mixer_v1": { + "items": { + "actuator-types": { + "items": { + "*": { + "items": { + "per-item-parameters": { + "list": { + "key": "name", + "translate": [ "label" ] + } + } + } + } + } + }, + "config": { + "list": { + "key": "option", + "translate": [ "title" ], + "items": { + "actuators": { + "list": { + "translate": [ "group-label", "item-label-prefix" ], + "items": { + "parameters": { + "list": { + "key": "name", + "translate": [ "label" ] + } + }, + "per-item-parameters": { + "list": { + "key": "name", + "translate": [ "label" ] + } + } + } + } + } + } + } + } + } + } + } + } +} diff --git a/src/modules/mavlink/mavlink/component_metadata/general.schema.json b/src/modules/mavlink/mavlink/component_metadata/general.schema.json new file mode 100644 index 000000000000..718da6c98cf2 --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/general.schema.json @@ -0,0 +1,73 @@ +{ + "$id": "https://mavlink.io/comp_version.schema.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Schema for COMP_METADATA_TYPE_GENERAL", + "type": "object", + + "properties": { + "version": { + "description": "Version number for the format of this file.", + "type": "integer", + "minimum": 1 + }, + "vendorName": { + "type": "string", + "description": "Name of the component vendor." + }, + "modelName": { + "type": "string", + "description": "Name of the component model." + }, + "firmwareVersion": { + "type": "string", + "pattern": "^\\d+\\.\\d+\\.\\d+(\\.\\d+)?$", + "description": "major.minor.patch.dev format" + }, + "hardwareVersion": { + "type": "string", + "pattern": "^\\d+\\.\\d+\\.\\d+(\\.\\d+)?$", + "description": "major.minor.patch.dev format" + }, + "metadataTypes": { + "type": "array", + "description": "Which `COMP_METADATA_TYPE` specs are supported, with URI's.", + "items": { + "type": "object", + "properties": { + "type": { + "description": "COMP_METADATA_TYPE", + "type": "integer" + }, + "uri": { + "description": "https or MAVLink FTP uri", + "type": "string" + }, + "fileCrc": { + "description": "CRC32 checksum of the file. This should not be set for dynamically updated metadata.", + "type": "integer" + }, + "uriFallback": { + "description": "Fallback URI when primary is not available", + "type": "string" + }, + "fileCrcFallback": { + "description": "CRC32 checksum of the fallback file", + "type": "integer" + }, + "translationUri": { + "description": "https or MAVLink FTP url", + "type": "string" + }, + "translationUriFallback": { + "description": "Fallback URI when primary translation is not available", + "type": "string" + } + }, + "required": [ "type", "uri" ], + "additionalProperties": false + } + } + }, + "required": [ "version", "metadataTypes" ], + "additionalProperties": false +} diff --git a/src/modules/mavlink/mavlink/component_metadata/parameter.schema.json b/src/modules/mavlink/mavlink/component_metadata/parameter.schema.json new file mode 100644 index 000000000000..e607c6e24bad --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/parameter.schema.json @@ -0,0 +1,134 @@ +{ + "$id": "https://mavlink.io/comp_version.schema.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Schema for COMP_METADATA_TYPE_PARAMETER", + "type": "object", + + "properties": { + "version": { + "description": "Version number for the format of this file.", + "type": "integer", + "minimum": 2 + }, + "translation": { + "type": "object", + "description": "This needs to match exactly with the content of parameter.translation.json" + }, + "parameters": { + "type": "array", + + "items": { + "type": "object", + "properties": { + "name": { + "description": "Parameter Name.", + "type": "string", + "pattern": "^[\\.\\-a-zA-Z0-9_\\{\\}]{1,16}$", + "comment": "FOO{n}_BAR for name will match actual name of FOO1_BAR, FOO3_BAR and so forth." + }, + "type": { + "description": "Parameter type.", + "type": "string", + "enum": [ "Uint8", "Int8", "Uint16", "Int16", "Uint32", "Int32", "Float" ] + }, + "shortDesc": { + "description": "Short user facing description/name for parameter. Used in UI instead of internal parameter name.", + "type": "string", + "default": "", + "comment": "{n} index tagging will be replaced by name index. Example: 'FOO3_BAR': 'Description for foo element {n}' will turn into 'Description for foo element 1'." + }, + "longDesc": { + "description": "Long user facing documentation of how the parameters works.", + "type": "string", + "default": "", + "comment": "{n} index tagging will be replaced by name index. Example: 'FOO3_BAR': 'Description for foo element {n}' will turn into 'Description for foo element 1'." + }, + "units": { + "description": "Units for parameter value.", + "type": "string", + "default": "", + "comment": "A 'Known Unit' allows a GCS to convert between units like meters to feet as needed. Known Units are: 'm/meter/meter', 'vertical m' - vertical distance, 'cm/px', 'm/s', 'C' - celsius, 'm^2', 'g' - grams, 'centi-degrees', 'radians', 'norm'." + }, + "default": { + "description": "Default value for parameter.", + "type": "number", + "comment": "If a defaultValue is not specified, there is no default for the parameter available at all. A GCS should not provide an option to reset this parameter to default." + }, + "decimalPlaces": { + "description": "Number of decimal places to show for user facing display.", + "type": "integer", + "minimum": 0, + "default": 7 + }, + "min": { + "description": "Minimum valid value", + "type": "number", + "comment": "If 'min' is not specified the minimum value is the minimum numeric value which can be represented by the type." + }, + "max": { + "description": "Maximum valid value", + "type": "number", + "comment": "If 'max' is not specified the minimum value is the maximum numeric value which can be represented by the type." + }, + "increment": { + "description": "Increment to use for user facing UI which increments a value", + "type": "number" + }, + "rebootRequired": { + "description": "true: Vehicle must be rebooted if this value is changed", + "type": "boolean", + "default": false + }, + "group": { + "description": "User readable name for a group of parameters which are commonly modified together. For example a GCS can shows params in a hierarchical display based on group ", + "type": "string", + "default": "" + }, + "category": { + "description": "User readable name for a 'type' of parameter. For example 'Developer', 'System', or 'Advanced'.", + "type": "string", + "default": "" + }, + "volatile": { + "description": "true: value is volatile. Should not be included in creation of a CRC over param values for example.", + "type": "boolean", + "default": false + }, + "values": { + "description": "Array of values and textual descriptions for use by GCS ui.", + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "number" + }, + "description": { + "type": "string" + } + } + } + }, + "bitmask": { + "type": "array", + "items": { + "type": "object", + "properties": { + "index": { + "type": "integer" + }, + "description": { + "type": "string" + } + } + } + } + }, + "required": [ "name", "type" ], + "additionalProperties": false + } + } + }, + "required": [ "version", "parameters" ], + "additionalProperties": false +} diff --git a/src/modules/mavlink/mavlink/component_metadata/parameter.translation.json b/src/modules/mavlink/mavlink/component_metadata/parameter.translation.json new file mode 100644 index 000000000000..b7334b4c6aa6 --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/parameter.translation.json @@ -0,0 +1,27 @@ +{ + "translation": { + "items": { + "parameters": { + "list": { + "key": "name", + "translate": [ "shortDesc", "longDesc" ], + "translate-global": ["category", "group"], + "items": { + "bitmask": { + "list": { + "key": "index", + "translate": [ "description" ] + } + }, + "values": { + "list": { + "key": "value", + "translate": [ "description" ] + } + } + } + } + } + } + } +} diff --git a/src/modules/mavlink/mavlink/component_metadata/peripherals.schema.json b/src/modules/mavlink/mavlink/component_metadata/peripherals.schema.json new file mode 100644 index 000000000000..8de723b45317 --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/peripherals.schema.json @@ -0,0 +1,93 @@ +{ + "$id": "https://mavlink.io/comp_version.schema.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Schema for COMP_METADATA_TYPE_PERIPHERALS", + "type": "object", + + "properties": { + "version": { + "description": "Version number for the format of this file.", + "type": "integer", + "minimum": 1 + }, + "peripherals": { + "type": "array", + "description": "All external peripherals", + "items": { + "name": { + "type": "string", + "description": "Human-readable name of the peripheral." + }, + "vendorName": { + "type": "string", + "description": "Name of the peripheral vendor." + }, + "modelName": { + "type": "string", + "description": "Name of the peripheral model." + }, + "firmwareVersion": { + "type": "string", + "pattern": "^\\d+\\.\\d+\\.\\d+(\\.\\d+)?$", + "description": "major.minor.patch.dev format" + }, + "hardwareVersion": { + "type": "string", + "pattern": "^\\d+\\.\\d+\\.\\d+(\\.\\d+)?$", + "description": "major.minor.patch.dev format" + }, + "metadataTypes": { + "type": "array", + "description": "Which `COMP_METADATA_TYPE` specs are supported, with URI's.", + "items": { + "type": "object", + "properties": { + "type": { + "description": "COMP_METADATA_TYPE", + "type": "integer" + }, + "uri": { + "description": "http[s] or MAVLink FTP uri", + "type": "string" + }, + "fileCrc": { + "description": "CRC32 checksum of the file", + "type": "integer" + }, + "uriFallback": { + "description": "Fallback URI when primary is not available", + "type": "string" + }, + "fileCrcFallback": { + "description": "CRC32 checksum of the fallback file", + "type": "integer" + }, + "translationUri": { + "description": "http[s] or MAVLink FTP url", + "type": "string" + }, + "translationFileCrc": { + "description": "CRC32 checksum of the translation file", + "type": "integer" + }, + "translationUriFallback": { + "description": "Fallback URI when primary translation is not available", + "type": "string" + }, + "translationFileCrcFallback": { + "description": "CRC32 checksum of the translation fallback file", + "type": "integer" + } + }, + "required": [ "type", "uri", "fileCrc", "uriFallback", "fileCrcFallback" ], + "additionalProperties": false + } + } + }, + "required": [ "name" ], + "additionalProperties": false + } + }, + "required": [ "version", "peripherals" ], + "additionalProperties": false +} diff --git a/src/modules/mavlink/mavlink/component_metadata/translation.schema.json b/src/modules/mavlink/mavlink/component_metadata/translation.schema.json new file mode 100644 index 000000000000..00c24a7134aa --- /dev/null +++ b/src/modules/mavlink/mavlink/component_metadata/translation.schema.json @@ -0,0 +1,94 @@ +{ + "$id": "https://mavlink.io/translation.schema.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Schema for translations (*.translation.json)", + "type": "object", + + "definitions": { + "items": { + "type": "object", + + "patternProperties": { + "^(\\*|[0-9a-zA-Z-_]+)$": { + "comment": "Select individual attributes by name, or use '*' to match all", + "type": "object", + "properties": { + "items": { + "type": "object", + "$ref": "#/definitions/items" + }, + "$ref": { + "type": "string", + "comment": "Reference to one of the items in $defs (see below)", + "pattern": "^#/\\$defs/" + }, + "translate": { + "type": "array", + "items": { + "type": "string", + "description": "Object attribute to be translated. Might refer to a string or a list of strings." + } + }, + "translate-global": { + "description": "Translate globally: this can be used for repeated strings, such as a category, which is then deduplicated and thus needs to be translated only once.", + "type": "array", + "items": { + "type": "string", + "description": "Object attribute to be translated. Might refer to a string or a list of strings." + } + }, + "list": { + "type": "object", + "properties": { + "key": { + "type": "string", + "description": "Optionally specify a string/integer attribute that exists in each object of the list and uniquely identifies that object. If possible, specify a key. If not is specified, list indexes will be used (which may cause translation mismatch if elements are added/removed from the list)." + }, + "items": { + "type": "object", + "$ref": "#/definitions/items" + }, + "translate": { + "type": "array", + "items": { + "type": "string", + "description": "See above." + } + }, + "translate-global": { + "type": "array", + "items": { + "type": "string", + "description": "See above." + } + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + }, + + "properties": { + "translation": { + "type": "object", + "properties": { + "items": { + "type": "object", + "$ref": "#/definitions/items" + }, + "$defs": { + "comment": "Custom references (for recursive definitions). The keys in this dict can be used in a '$ref' as '#/$defs/'", + "$ref": "#/definitions/items" + } + }, + "required": [ "items" ], + "additionalProperties": false + } + }, + "required": [ "translation" ] +} diff --git a/src/modules/mavlink/mavlink/doc/Doxyfile b/src/modules/mavlink/mavlink/doc/Doxyfile new file mode 100644 index 000000000000..89f179d69975 --- /dev/null +++ b/src/modules/mavlink/mavlink/doc/Doxyfile @@ -0,0 +1,2441 @@ +# Doxyfile 1.8.11 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "PIXHAWK IMU / Autopilot" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = YES + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = YES + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = NO + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = YES + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = YES + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = YES + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = doxy.log + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = .. + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, +# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. + +FILE_PATTERNS = *.c \ + *.h \ + *.hpp \ + *.hxx \ + *.cc \ + *.cpp \ + *.cxx \ + *.dox + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = ../Debug \ + ../Release \ + ../external \ + ../testing \ + ../tools \ + ../arm7/include \ + ../measurements + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = YES + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = YES + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse-libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = NO + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = NO + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /