34 void _onSubProgressUpdate(
double progressValue);
39 void _wireTransitions();
40 void _wireProgressTracking();
41 void _wireTimeoutHandling();
45 void _handleAutopilotVersionFailure();
49 void _onParametersReady(
bool ready);
53 void _signalComplete();
56 bool _shouldSkipAutopilotVersionRequest()
const;
57 bool _shouldSkipForLinkType()
const;
58 bool _hasPrimaryLink()
const;
72 static constexpr int _maxRetries = 1;
75 static constexpr int _timeoutAutopilotVersion = 5000;
76 static constexpr int _timeoutStandardModes = 5000;
77 static constexpr int _timeoutCompInfo = 30000;
78 static constexpr int _timeoutParameters = 60000;
79 static constexpr int _timeoutMission = 30000;
80 static constexpr int _timeoutGeoFence = 15000;
81 static constexpr int _timeoutRallyPoints = 15000;