|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Common.h>
Collaboration diagram for ActuatorGeometry:Classes | |
| struct | RenderOptions |
Public Types | |
| enum class | Type { Motor , Servo , Other } |
| enum class | SpinDirection { Unspecified , ClockWise , CounterClockWise } |
Public Member Functions | |
| ActuatorGeometry (Type type_=Type::Other, int index_=0, QVector3D position_={}, SpinDirection spinDirection_=SpinDirection::Unspecified) | |
Static Public Member Functions | |
| static Type | typeFromStr (const QString &type) |
Public Attributes | |
| Type | type |
| int | index |
| int | labelIndexOffset {0} |
| QVector3D | position |
| SpinDirection | spinDirection |
| RenderOptions | renderOptions {} |
|
strong |
|
inline |
|
static |
Definition at line 244 of file Common.cc.
References Motor, Other, Servo, and type.
Referenced by Mixer::MixerChannel::getGeometry(), and Actuators::parametersChanged().
| int ActuatorGeometry::index |
Definition at line 145 of file Common.h.
Referenced by Mixer::MixerChannel::getGeometry().
| int ActuatorGeometry::labelIndexOffset {0} |
Definition at line 146 of file Common.h.
Referenced by Mixer::MixerChannel::getGeometry().
| QVector3D ActuatorGeometry::position |
Definition at line 147 of file Common.h.
Referenced by Mixer::MixerChannel::getGeometry().
| RenderOptions ActuatorGeometry::renderOptions {} |
| SpinDirection ActuatorGeometry::spinDirection |
Definition at line 148 of file Common.h.
Referenced by Mixer::MixerChannel::getGeometry().
| Type ActuatorGeometry::type |
Definition at line 144 of file Common.h.
Referenced by Mixer::MixerChannel::getGeometry(), and typeFromStr().