Changeset 50 in flair-src for branches/mavlink/tools/Controller/Mavlink/src/Mavlink_test.h
- Timestamp:
- Jul 26, 2016, 5:28:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/tools/Controller/Mavlink/src/Mavlink_test.h
r47 r50 84 84 gui::PushButton* btn_remove_entrance_wpt; 85 85 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 groupbox94 // 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;98 86 99 87 // Action wpt groupbox … … 108 96 // reimplement the run of the Thread class 109 97 void Run(); 98 99 std::string GetWptLatLon(); 110 100 111 101 // First tab callbacks
Note:
See TracChangeset
for help on using the changeset viewer.