118 Commits (2e2f8ad8cf1c80b837b285c782fad62b18c0c678)

Author SHA1 Message Date
Francisco Ferreira 7463d4c8f7 GCS_MAVLink: add function to send command requesting vehicle position during accel cal 8 years ago
Andrew Tridgell f62851f780 GCS_MAVLink: added remote device operations 8 years ago
Andrew Tridgell da7ed73051 GCS_MAVLlink: added handle_common_message() 8 years ago
floaledm 9f8d2f0506 GCS_MAVLink: send status_text messages to Frsky lib queue 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 792f3b8a15 GCS_MAVLink: added handle_rc_bind() 8 years ago
Andrew Tridgell f01f711ff6 GCS_MAVLink: added accept_packet() hook 8 years ago
Andrew Tridgell 1fa137caad GCS_MAVLink: added handle_preflight_reboot() 9 years ago
Peter Barker aae84b3edc GCS_MAVLink: send_collision_all 9 years ago
Peter Barker 7bc9a1cf83 GCS_MAVLink: break out a packetReceived function 9 years ago
Andrew Tridgell 306487cad4 GCS_MAVLink: adjust for 16 channels in SERVO_OUTPUT_RAW 9 years ago
Tom Pittenger 4fe94bdea3 GCS_MAVLink: add ADSB_streamrate 9 years ago
Tom Pittenger b4b0ec404c GCS_MAVLink: flag a link as active if it ever sends a message 9 years ago
Peter Barker 1e146256cc GCS_MAVLink: move telemetry_delayed up into base class 9 years ago
Peter Barker e828525c94 GCS_MAVLink: adjust_rate_for_stream_trigger is no longer virtual 9 years ago
Peter Barker 43fed65f37 GCS_MAVLink: move adjust_rate_for_stream up 9 years ago
Peter Barker 56114dd37a GCS_MAVLink: use subclasses in vehicle directories 9 years ago
Andrew Tridgell 7ec513668e GCS_MAVLink: reserve some space when param fetch fails 9 years ago
Andrew Tridgell 273c80116a GCS_MAVLink: added a wrapper for sending HEARTBEAT 9 years ago
Andrew Tridgell 018b1143d2 GCS_MAVLink: handle difference between SERIALn_PROTOCOL=1 and 2 9 years ago
Andrew Tridgell b3f94184f2 GCS_MAVLink: always build with MAVLink2 headers 9 years ago
Andrew Tridgell 318ec69465 GCS_MAVLink: added periodic saving of signing key 9 years ago
Andrew Tridgell 12c1d58511 GCS_MAVLink: cope with different packet overheads with signing 9 years ago
Andrew Tridgell a05679fb3b GCS_MAVLink: fixed build after rebase 9 years ago
Andrew Tridgell 970dbf3c8d GCS_MAVLink: fixed build with MAVLink1 9 years ago
Andrew Tridgell 24eb6afbe9 GCS_MAVLink: provide signing streams and accept_unsigned callback 9 years ago
Andrew Tridgell ed9a43ca46 GCS_MAVLink: support for mavlink2 signing operations 9 years ago
Andrew Tridgell 8ea9e29fee GCS_MAVLink: use a fixed signing key for testing 9 years ago
proficnc c8b3c527f9 GCS_MAVLink: add route mask for blocking MAVlink forwading 9 years ago
Leandro Pereira f23bd7e09d GCS_MAVLink: Use a single stream_trigger() implementation 9 years ago
Michael du Breuil a17ea5c121 GCS_MAVLink: Add POSITION_TARGET_GLOBAL_INT to the list of messages 9 years ago
Niti Rohilla 8fcf5cf0c1 Changed the prototype of handle_guided_request() to report error 9 years ago
Lucas De Marchi c2b5ad46b4 GCS_MAVLink: replace header guard with pragma once 9 years ago
Andrew Tridgell fe3812c51b GCS_MAVLink: re-worked text send in terms of ObjectArray 9 years ago
Tom Pittenger 54d2a263fe GCS_MAVLink: create queue scheme for static statustext msgs 9 years ago
Andrew Tridgell 5080201be6 GCS_MAVLINK: added set_dataflash() method 9 years ago
Andrew Tridgell 5da6082d78 GCS_MAVLink: raise the waypoint receive timeout to 8s 9 years ago
Andrew Tridgell 68a46bc1ff GCS_MAVLink: use AP_Param::count_parameters() 9 years ago
Peter Barker 368363531f GCS_MAVLink: provide facilities to send param values to all GCS 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi af88ebf477 GCS_MAVLink: remove send_text_P() in favor of send_text() 9 years ago
Randy Mackay 9b96a2c385 GCS_MAVLink: send_home and send_home_all methods 9 years ago
Andrew Tridgell bc4d37c91e GCS_MAVLink: added severity to send_statustext_all() 10 years ago
Andrew Tridgell f3e8819d1e GCS_MAVLink: make send_statustext_all() take a format string 10 years ago
Jonathan Challinger 53fe649016 GCS_MAVLink: add MSG_MAG_CAL_PROGRESS and _REPORT 10 years ago
squilter 426dab5078 GCS_MAVLink: update severities and remove old enum 10 years ago
squilter 9d3a906602 GCS_Common: accept any type of severity, not just the old enum 10 years ago
squilter fb1bb3f571 GCS_MAVLink: make arguments mandatory for send_autopilot_version 10 years ago
squilter c4c63da163 GCS_MAVLink: send_autopilot_version accepts version 10 years ago
Tom Pittenger 1dd8b9d363 GCS_MAVLink: add support for try send mission_item_reached 10 years ago