|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <FollowMe.h>
Inheritance diagram for FollowMe:
Collaboration diagram for FollowMe:Classes | |
| struct | GCSMotionReport |
Public Types | |
| enum | MotionCapability { POS = 0 , VEL = 1 , ACCEL = 2 , ATT_RATES = 3 , HEADING = 4 } |
| Mavlink defined motion reporting capabilities. More... | |
Public Member Functions | |
| FollowMe (QObject *parent=nullptr) | |
| ~FollowMe () | |
| void | init () |
Static Public Member Functions | |
| static FollowMe * | instance () |
Definition at line 12 of file FollowMe.h.
Mavlink defined motion reporting capabilities.
| Enumerator | |
|---|---|
| POS | |
| VEL | |
| ACCEL | |
| ATT_RATES | |
| HEADING | |
Definition at line 36 of file FollowMe.h.
|
explicit |
Definition at line 16 of file FollowMe.cc.
| FollowMe::~FollowMe | ( | ) |
Definition at line 29 of file FollowMe.cc.
| void FollowMe::init | ( | ) |
Definition at line 39 of file FollowMe.cc.
References AppSettings::followTarget(), and Fact::rawValueChanged().
|
static |
Definition at line 34 of file FollowMe.cc.