PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Member Functions | |
bool | valid () const |
void | clear () |
Public Attributes | |
dshot_command_t | command |
int | num_repetitions {0} |
uint8_t | motor_mask {0xff} |
|
inline |
Definition at line 184 of file dshot.cpp.
Referenced by DShotOutput::updateOutputs().
|
inline |
Definition at line 183 of file dshot.cpp.
Referenced by DShotOutput::Run(), and DShotOutput::updateOutputs().
dshot_command_t DShotOutput::Command::command |
Definition at line 179 of file dshot.cpp.
Referenced by DShotOutput::custom_command(), DShotOutput::requestESCInfo(), DShotOutput::sendCommandThreadSafe(), and DShotOutput::updateOutputs().
uint8_t DShotOutput::Command::motor_mask {0xff} |
Definition at line 181 of file dshot.cpp.
Referenced by DShotOutput::requestESCInfo(), DShotOutput::sendCommandThreadSafe(), and DShotOutput::updateOutputs().
int DShotOutput::Command::num_repetitions {0} |
Definition at line 180 of file dshot.cpp.
Referenced by DShotOutput::custom_command(), DShotOutput::requestESCInfo(), DShotOutput::sendCommandThreadSafe(), and DShotOutput::updateOutputs().