mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
GCS_MAVLink add description for special messages
This commit is contained in:
parent
5a0e0e7a87
commit
54d9e74f17
@ -472,8 +472,10 @@ private:
|
|||||||
|
|
||||||
// outbound ("deferred message") queue.
|
// outbound ("deferred message") queue.
|
||||||
|
|
||||||
// "special" messages such as heartbeat, next_param etc are
|
// "special" messages such as heartbeat, next_param etc are stored
|
||||||
// stored separately to stream-rated messages like AHRS2 etc:
|
// separately to stream-rated messages like AHRS2 etc. If these
|
||||||
|
// were to be stored in buckets then they would be slowed down
|
||||||
|
// based on stream_slowdown, which we have not traditionally done.
|
||||||
struct deferred_message_t {
|
struct deferred_message_t {
|
||||||
const ap_message id;
|
const ap_message id;
|
||||||
uint16_t interval_ms;
|
uint16_t interval_ms;
|
||||||
|
Loading…
Reference in New Issue
Block a user