|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "RemoteIDManager.h"#include "SettingsManager.h"#include "RemoteIDSettings.h"#include "PositionManager.h"#include "Vehicle.h"#include "MAVLinkProtocol.h"#include "QGCLoggingCategory.h"
Include dependency graph for RemoteIDManager.cc:Go to the source code of this file.
Macros | |
| #define | AREA_COUNT 1 |
| #define | AREA_RADIUS 0 |
| #define | MAVLINK_UNKNOWN_METERS -1000.0f |
| #define | MAVLINK_UNKNOWN_LAT 0 |
| #define | MAVLINK_UNKNOWN_LON 0 |
| #define | SENDING_RATE_MSEC 1000 |
| #define | ALLOWED_GPS_DELAY 5000 |
| #define | RID_TIMEOUT 2500 |
| #define ALLOWED_GPS_DELAY 5000 |
Definition at line 17 of file RemoteIDManager.cc.
| #define AREA_COUNT 1 |
Definition at line 11 of file RemoteIDManager.cc.
| #define AREA_RADIUS 0 |
Definition at line 12 of file RemoteIDManager.cc.
| #define MAVLINK_UNKNOWN_LAT 0 |
Definition at line 14 of file RemoteIDManager.cc.
| #define MAVLINK_UNKNOWN_LON 0 |
Definition at line 15 of file RemoteIDManager.cc.
| #define MAVLINK_UNKNOWN_METERS -1000.0f |
Definition at line 13 of file RemoteIDManager.cc.
| #define RID_TIMEOUT 2500 |
Definition at line 18 of file RemoteIDManager.cc.
| #define SENDING_RATE_MSEC 1000 |
Definition at line 16 of file RemoteIDManager.cc.