QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SyslinkComponent.cc
Go to the documentation of this file.
1#include "SyslinkComponent.h"
2
3SyslinkComponent::SyslinkComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent)
4 : VehicleComponent(vehicle, autopilot, AutoPilotPlugin::UnknownVehicleComponent, parent)
5 , _name(tr("Syslink"))
6{
7
8}
SyslinkComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)