convert the message in the reporter

This commit is contained in:
Sven Czarnian
2021-08-19 08:20:20 +02:00
parent d06ec49b2e
commit 9e15b72c54
3 changed files with 8 additions and 7 deletions

View File

@@ -48,5 +48,6 @@ namespace aman {
bool send(zmq::message_t& message);
static AircraftReporter& instance();
bool send(const aman::AircraftReport& report);
};
}