PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <telemetry.h>
Public Attributes | |
hrt_abstime | time |
int8_t | temperature |
[deg C] More... | |
int16_t | voltage |
[0.01V] More... | |
int16_t | current |
[0.01A] More... | |
int16_t | consumption |
[mAh] More... | |
int16_t | erpm |
[100ERPM] More... | |
Definition at line 41 of file telemetry.h.
int16_t DShotTelemetry::EscData::consumption |
[mAh]
Definition at line 46 of file telemetry.h.
int16_t DShotTelemetry::EscData::current |
[0.01A]
Definition at line 45 of file telemetry.h.
Referenced by DShotOutput::handleNewTelemetryData().
int16_t DShotTelemetry::EscData::erpm |
[100ERPM]
Definition at line 47 of file telemetry.h.
Referenced by DShotOutput::handleNewTelemetryData().
int8_t DShotTelemetry::EscData::temperature |
[deg C]
Definition at line 43 of file telemetry.h.
Referenced by DShotOutput::handleNewTelemetryData().
hrt_abstime DShotTelemetry::EscData::time |
Definition at line 42 of file telemetry.h.
Referenced by DShotOutput::handleNewTelemetryData().
int16_t DShotTelemetry::EscData::voltage |
[0.01V]
Definition at line 44 of file telemetry.h.
Referenced by DShotOutput::handleNewTelemetryData().