PX4 Firmware
PX4 Autopilot Software http://px4.io
|
As-needed mixer data upload. More...
#include <protocol.h>
Public Attributes | |
uint16_t | f2i_mixer_magic |
uint8_t | action |
char | text [0] |
As-needed mixer data upload.
This message adds text to the mixer text buffer; the text buffer is drained as the definitions are consumed.
Definition at line 312 of file protocol.h.
uint8_t px4io_mixdata::action |
Definition at line 316 of file protocol.h.
Referenced by mixer_handle_text(), and PX4IO::mixer_send().
uint16_t px4io_mixdata::f2i_mixer_magic |
Definition at line 313 of file protocol.h.
Referenced by PX4IO::mixer_send().
char px4io_mixdata::text[0] |
Definition at line 320 of file protocol.h.
Referenced by mixer_handle_text(), and PX4IO::mixer_send().