use the new interface to create the reports
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
#include <aman/types/Communication.h>
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#include <protobuf/BaseTypes.pb.h>
|
||||
#include <protobuf/AircraftReport.pb.h>
|
||||
#include <protobuf/Communication.pb.h>
|
||||
#pragma warning(pop)
|
||||
|
||||
#include "RadarScreen.h"
|
||||
@@ -40,6 +42,7 @@ namespace aman {
|
||||
};
|
||||
|
||||
aman::Aircraft* generateAircraftMessage(const EuroScopePlugIn::CRadarTarget& target);
|
||||
void generateAircraftReportMessage(const EuroScopePlugIn::CRadarTarget& radarTarget, aman::AircraftReport* report);
|
||||
|
||||
Communication m_configuration;
|
||||
std::shared_ptr<RadarScreen> m_screen;
|
||||
|
||||
Reference in New Issue
Block a user