QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
CompInfoEvents.h
Go to the documentation of this file.
1#pragma once
2
3#include "CompInfo.h"
4
5#include <QtCore/QObject>
6
7class FactMetaData;
8class Vehicle;
10
12{
13 Q_OBJECT
14
15public:
16 CompInfoEvents(uint8_t compId_, Vehicle* vehicle_, QObject* parent = nullptr);
17
18 // Overrides from CompInfo
19 void setJson(const QString& metadataJsonFileName) override;
20
21private:
22};
void setJson(const QString &metadataJsonFileName) override
Base class for all CompInfo types.
Definition CompInfo.h:14