|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drv_tap_esc.h>
Public Attributes | |
| uint8_t | head |
| uint8_t | len |
| uint8_t | msg_id |
| union { | |
| InfoRequest reqInfo | |
| ConfigInfoBasicRequest reqConfigInfoBasic | |
| RunReq reqRun | |
| ConfigInfoBasicResponse rspConfigInfoBasic | |
| RunInfoRepsonse rspRunInfo | |
| uint8_t bytes [100] | |
| } | d |
| uint8_t | crc_data |
Definition at line 147 of file drv_tap_esc.h.
| uint8_t EscPacket::bytes[100] |
Definition at line 157 of file drv_tap_esc.h.
Referenced by tap_esc_common::crc_packet(), TAP_ESC::init(), and tap_esc_common::parse_tap_esc_feedback().
| uint8_t EscPacket::crc_data |
Definition at line 159 of file drv_tap_esc.h.
Referenced by tap_esc_common::parse_tap_esc_feedback().
| union { ... } EscPacket::d |
| uint8_t EscPacket::head |
Definition at line 148 of file drv_tap_esc.h.
Referenced by tap_esc_common::parse_tap_esc_feedback(), and tap_esc_common::send_packet().
| uint8_t EscPacket::len |
Definition at line 149 of file drv_tap_esc.h.
Referenced by tap_esc_common::crc_packet(), TAP_ESC::init(), tap_esc_common::parse_tap_esc_feedback(), and TAP_ESC::send_esc_outputs().
| uint8_t EscPacket::msg_id |
Definition at line 150 of file drv_tap_esc.h.
Referenced by TAP_ESC::cycle(), and tap_esc_common::parse_tap_esc_feedback().
| ConfigInfoBasicRequest EscPacket::reqConfigInfoBasic |
Definition at line 153 of file drv_tap_esc.h.
Referenced by TAP_ESC::init().
| InfoRequest EscPacket::reqInfo |
Definition at line 152 of file drv_tap_esc.h.
| RunReq EscPacket::reqRun |
Definition at line 154 of file drv_tap_esc.h.
Referenced by TAP_ESC::init(), and TAP_ESC::send_esc_outputs().
| ConfigInfoBasicResponse EscPacket::rspConfigInfoBasic |
Definition at line 155 of file drv_tap_esc.h.
| RunInfoRepsonse EscPacket::rspRunInfo |
Definition at line 156 of file drv_tap_esc.h.
Referenced by TAP_ESC::cycle().