|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ActuatorActions.h>
Inheritance diagram for ActuatorActions::Action:
Collaboration diagram for ActuatorActions::Action:Public Member Functions | |
| Action (QObject *parent, const Config &action, const QString &label, int outputFunction, Vehicle *vehicle) | |
| QString label READ label CONSTANT const QString & | label () const |
| void | trigger () |
Definition at line 28 of file ActuatorActions.h.
| Action::Action | ( | QObject * | parent, |
| const Config & | action, | ||
| const QString & | label, | ||
| int | outputFunction, | ||
| Vehicle * | vehicle | ||
| ) |
Definition at line 18 of file ActuatorActions.cc.
|
inline |
Definition at line 37 of file ActuatorActions.h.
| void Action::trigger | ( | ) |
Definition at line 27 of file ActuatorActions.cc.