Ignore:
Timestamp:
07/26/16 17:28:43 (8 years ago)
Author:
Thomas Fuhrmann
Message:

Waypoints add and remove is working in GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mavlink/tools/Controller/Mavlink/src/Mavlink_test.h

    r47 r50  
    8484  gui::PushButton* btn_remove_entrance_wpt;
    8585  gui::PushButton* btn_remove_exit_wpt; 
    86   // gui::Label* label_mission_wpt;
    87   // gui::Label* label_mission_wpt_list;
    88   // gui::Label* label_entrance_wpt;
    89   // gui::Label* label_entrance_wpt_list;
    90   // gui::Label* label_exit_wpt;
    91   // gui::Label* label_exit_wpt_list;
    92 
    93   // Remove wpt groupbox
    94   // gui::GroupBox* show_wptGroupBox;
    95   // gui::ComboBox* cmb_box_mission_wpt;
    96   // gui::ComboBox* cmb_box_mission_wpt;
    97   // gui::ComboBox* cmb_box_mission_wpt;
    9886
    9987  // Action wpt groupbox
     
    10896  // reimplement the run of the Thread class
    10997  void Run();
     98
     99  std::string GetWptLatLon();
    110100 
    111101  // First tab callbacks
Note: See TracChangeset for help on using the changeset viewer.