/** @brief Load New (QtQuick) Map View (Mission) */
voidloadPlanView();
/** @brief Manage Links */
voidloadMissionEditorView();
voidmanageLinks();
/** @brief Show the online help for users */
...
...
@@ -204,12 +200,13 @@ protected:
typedefenum_VIEW_SECTIONS
{
VIEW_ANALYZE,// Engineering/Analyze view mode. Used for analyzing data and modifying onboard parameters
VIEW_PLAN,// New (QtQuick) Mission/Map/Plan view mode. Used for setting mission waypoints and high-level system commands.
VIEW_PLAN,// Old mission editor
VIEW_FLIGHT,// Flight/Fly/Operate view mode. Used for 1st-person observation of the vehicle.
VIEW_SIMULATION,// HIL Simulation view. Useful overview of the entire system when doing hardware-in-the-loop simulations.
VIEW_SETUP,// Setup view. Used for initializing the system for operation. Includes UI for calibration, firmware updating/checking, and parameter modifcation.
VIEW_UNUSED1,// Unused (don't remove, or it will screw up saved settigns indices)
VIEW_UNUSED2,// Unused (don't remove, or it will screw up saved settigns indices)