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