GCS_MAVLink add description for special messages

This commit is contained in:
Peter Barker 2018-12-07 10:14:38 +11:00 committed by Randy Mackay
parent 5a0e0e7a87
commit 54d9e74f17

View File

@ -472,8 +472,10 @@ private:
// outbound ("deferred message") queue.
// "special" messages such as heartbeat, next_param etc are
// stored separately to stream-rated messages like AHRS2 etc:
// "special" messages such as heartbeat, next_param etc are stored
// 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 {
const ap_message id;
uint16_t interval_ms;