| PX4 Firmware
    PX4 Autopilot Software http://px4.io | 
#include <common_rc.h>
| Public Attributes | |
| union { | |
| crsf_frame_t crsf_frame | |
| dsm_decode_t dsm | |
| sbus_frame_t sbus_frame | |
| ReceiverFcPacket _strxpacket | |
| ReceiverFcPacketHoTT _hottrxpacket | |
| }; | |
Definition at line 13 of file common_rc.h.
| union { ... } | 
| ReceiverFcPacketHoTT rc_decode_buf_::_hottrxpacket | 
Definition at line 19 of file common_rc.h.
| ReceiverFcPacket rc_decode_buf_::_strxpacket | 
Definition at line 18 of file common_rc.h.
| crsf_frame_t rc_decode_buf_::crsf_frame | 
Definition at line 15 of file common_rc.h.
| dsm_decode_t rc_decode_buf_::dsm | 
Definition at line 16 of file common_rc.h.
| sbus_frame_t rc_decode_buf_::sbus_frame | 
Definition at line 17 of file common_rc.h.