#include <GPSProvider.h>
Definition at line 22 of file GPSProvider.h.
◆ GPSType
| Enumerator |
|---|
| u_blox | |
| trimble | |
| septentrio | |
| femto | |
Definition at line 27 of file GPSProvider.h.
◆ GPSProvider()
| GPSProvider::GPSProvider |
( |
const QString & |
device, |
|
|
GPSType |
type, |
|
|
const rtk_data_s & |
rtkData, |
|
|
const std::atomic_bool & |
requestStop, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
◆ ~GPSProvider()
| GPSProvider::~GPSProvider |
( |
| ) |
|
◆ callback()
| int GPSProvider::callback |
( |
GPSCallbackType |
type, |
|
|
void * |
data1, |
|
|
int |
data2 |
|
) |
| |
◆ RTCMDataUpdate
| void GPSProvider::RTCMDataUpdate |
( |
const QByteArray & |
message | ) |
|
|
signal |
◆ satelliteInfoUpdate
◆ sensorGnssRelativeUpdate
◆ sensorGpsUpdate
| void GPSProvider::sensorGpsUpdate |
( |
const sensor_gps_s & |
message | ) |
|
|
signal |
◆ surveyInStatus
| void GPSProvider::surveyInStatus |
( |
float |
duration, |
|
|
float |
accuracyMM, |
|
|
double |
latitude, |
|
|
double |
longitude, |
|
|
float |
altitude, |
|
|
bool |
valid, |
|
|
bool |
active |
|
) |
| |
|
signal |
The documentation for this class was generated from the following files: