|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <telemetry.h>
Public Attributes | |
| uint8_t | buffer [max_esc_info_size] |
| int | buf_pos {0} |
| int | motor_index |
Definition at line 55 of file telemetry.h.
| int DShotTelemetry::OutputBuffer::buf_pos {0} |
Definition at line 57 of file telemetry.h.
Referenced by DShotTelemetry::decodeAndPrintEscInfoPacket(), DShotTelemetry::redirectOutput(), and DShotOutput::retrieveAndPrintESCInfoThreadSafe().
| uint8_t DShotTelemetry::OutputBuffer::buffer[max_esc_info_size] |
Definition at line 56 of file telemetry.h.
Referenced by DShotTelemetry::decodeAndPrintEscInfoPacket().
| int DShotTelemetry::OutputBuffer::motor_index |
Definition at line 58 of file telemetry.h.
Referenced by DShotTelemetry::redirectOutput(), and DShotOutput::retrieveAndPrintESCInfoThreadSafe().