initialize the complete inbound after the creation

This commit is contained in:
Sven Czarnian
2021-12-23 17:50:35 +01:00
parent d24c1ee1ce
commit 4e635514f1

View File

@@ -42,6 +42,7 @@ Inbound::Inbound(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSche
m_resetFilter(true) {
this->createWindTables(wind);
this->updatePrediction(target, inbound);
this->update(target);
}
void Inbound::createWindTables(const google::protobuf::RepeatedPtrField<aman::WindData>& wind) {