31 : IUAVGadget(classId, parent)
37 connect(parser, SIGNAL(sv(
int)), m_widget, SLOT(setSVs(
int)));
38 connect(parser, SIGNAL(position(
double,
double,
double)), m_widget,
39 SLOT(setPosition(
double,
double,
double)));
40 connect(parser, SIGNAL(speedheading(
double,
double)), m_widget,
41 SLOT(setSpeedHeading(
double,
double)));
42 connect(parser, SIGNAL(datetime(
double,
double)), m_widget, SLOT(setDateTime(
double,
double)));
43 connect(parser, SIGNAL(satellite(
int,
int,
int,
int,
int)), m_widget->gpsSky,
44 SLOT(updateSat(
int,
int,
int,
int,
int)));
45 connect(parser, SIGNAL(satellite(
int,
int,
int,
int,
int)), m_widget->gpsSnrWidget,
46 SLOT(updateSat(
int,
int,
int,
int,
int)));
47 connect(parser, SIGNAL(satellitesDone()), m_widget->gpsSnrWidget, SLOT(satellitesDone()));
48 connect(parser, SIGNAL(fixtype(QString)), m_widget, SLOT(setFixType(QString)));
49 connect(parser, SIGNAL(dop(
double,
double,
double)), m_widget,
50 SLOT(setDOP(
double,
double,
double)));
GpsDisplayGadget(QString classId, GpsDisplayWidget *widget, QWidget *parent=nullptr)