|
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 9 of file FollowMe.h.
Mavlink defined motion reporting capabilities.
| Enumerator | |
|---|---|
| POS | |
| VEL | |
| ACCEL | |
| ATT_RATES | |
| HEADING | |
Definition at line 33 of file FollowMe.h.
|
explicit |
Definition at line 17 of file FollowMe.cc.
| FollowMe::~FollowMe | ( | ) |
Definition at line 30 of file FollowMe.cc.
| void FollowMe::init | ( | ) |
Definition at line 40 of file FollowMe.cc.
References SettingsManager::appSettings(), SettingsManager::instance(), and Fact::rawValueChanged().
|
static |
Definition at line 35 of file FollowMe.cc.