possibility to use register_periodic_telemetry for mavlink and others

in the telemetry xml file a type can be specified for the process (default is "pprz").
You can also set "mavlink" and use mavlink messages, which will be sent as specified if the mavlink module is loaded and that mavlink message is registered there.
This commit is contained in:
Felix Ruess
2015-11-27 16:37:21 +01:00
parent 83065af402
commit 348a0a2da5
6 changed files with 68 additions and 27 deletions
+1
View File
@@ -6,6 +6,7 @@
<!ATTLIST telemetry>
<!ATTLIST process
name CDATA #REQUIRED
type CDATA #IMPLIED
>
<!ATTLIST mode
name CDATA #REQUIRED