Peter Barker
|
96b5be0e7d
|
GCS_MAVLink: account for snprintf now null-terminating strings
|
6 years ago |
Andrew Tridgell
|
048a52ebc0
|
GCS_MAVLink: make mavlink send from multiple threads safe
this takes a lock to prevent interleaving of mavlink msgs from
multiple threads
|
7 years ago |
Andrew Tridgell
|
df643d8499
|
GCS_MAVLink: allow uninstall of alt protocol handler
|
7 years ago |
Peter Barker
|
a44c1378f7
|
GCS_MAVLink: add send_textv functions
|
7 years ago |
Peter Barker
|
217fd73100
|
GCS_MAVLink: remove arguments to send_home and send_ekf_origin
|
7 years ago |
Michael du Breuil
|
1b05a18b84
|
GCS_MAVLink: Wrap sending named float values
|
7 years ago |
Andrew Tridgell
|
fd3037bbb7
|
GCS_MAVLink: add support for alternative protocol
this allows an alternative to MAVLink to be installed on a GCS
port. This is used for BLHeli passthru support
|
7 years ago |
Randy Mackay
|
07c195a865
|
GCS_MAVLink: add send_ekf_origin
|
7 years ago |
Michael du Breuil
|
a895d69b42
|
GCS_MAVLink: Correct a bug in the FOR_EACH_ACTIVE_CHANNEL macro
|
8 years ago |
Peter Barker
|
731aaed8af
|
GCS_MAVLink: eliminate global static GCS_MAVLINK::send_home_all
|
8 years ago |
Peter Barker
|
02532af64b
|
GCS_MAVLink: a send_text method on the GCS singleton
|
8 years ago |