send aircraft reports

This commit is contained in:
Sven Czarnian
2021-08-17 17:31:28 +02:00
parent 7f4f967d83
commit 25c6a1fa86
2 changed files with 102 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
#pragma warning(pop)
#include <aman/types/Communication.h>
#include <protobuf/AircraftReport.pb.h>
#include "RadarScreen.h"
@@ -35,6 +36,8 @@ namespace aman {
enum class TagItemElement {
};
aman::Aircraft* generateAircraftMessage(const EuroScopePlugIn::CRadarTarget& target);
Communication m_configuration;
std::shared_ptr<RadarScreen> m_screen;