PX4 Firmware
PX4 Autopilot Software http://px4.io
px4io_mixdata Struct Reference

As-needed mixer data upload. More...

#include <protocol.h>

Collaboration diagram for px4io_mixdata:

Public Attributes

uint16_t f2i_mixer_magic
 
uint8_t action
 
char text [0]
 

Detailed Description

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.

Member Data Documentation

◆ action

uint8_t px4io_mixdata::action

Definition at line 316 of file protocol.h.

Referenced by mixer_handle_text(), and PX4IO::mixer_send().

◆ f2i_mixer_magic

uint16_t px4io_mixdata::f2i_mixer_magic

Definition at line 313 of file protocol.h.

Referenced by PX4IO::mixer_send().

◆ text

char px4io_mixdata::text[0]

Definition at line 320 of file protocol.h.

Referenced by mixer_handle_text(), and PX4IO::mixer_send().


The documentation for this struct was generated from the following file: