QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
RemoteIDManager.cc File Reference
#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
 

Macro Definition Documentation

◆ ALLOWED_GPS_DELAY

#define ALLOWED_GPS_DELAY   5000

Definition at line 17 of file RemoteIDManager.cc.

◆ AREA_COUNT

#define AREA_COUNT   1

Definition at line 11 of file RemoteIDManager.cc.

◆ AREA_RADIUS

#define AREA_RADIUS   0

Definition at line 12 of file RemoteIDManager.cc.

◆ MAVLINK_UNKNOWN_LAT

#define MAVLINK_UNKNOWN_LAT   0

Definition at line 14 of file RemoteIDManager.cc.

◆ MAVLINK_UNKNOWN_LON

#define MAVLINK_UNKNOWN_LON   0

Definition at line 15 of file RemoteIDManager.cc.

◆ MAVLINK_UNKNOWN_METERS

#define MAVLINK_UNKNOWN_METERS   -1000.0f

Definition at line 13 of file RemoteIDManager.cc.

◆ RID_TIMEOUT

#define RID_TIMEOUT   2500

Definition at line 18 of file RemoteIDManager.cc.

◆ SENDING_RATE_MSEC

#define SENDING_RATE_MSEC   1000

Definition at line 16 of file RemoteIDManager.cc.