Ignore:
Timestamp:
09/21/16 11:40:56 (8 years ago)
Author:
Thomas Fuhrmann
Message:

Change the GUI of MavPlanner to match with mission planning (only GUI is working)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mavlink/tools/Controller/Mavlink/src/GuiGcs.cpp

    r71 r77  
    4040}
    4141
    42 void GuiGcs::MissionInitialize() {
    43   cout << "MavPlanner GuiGcs MissionInitialize" << endl;
    44   outputSocket->SendMessage("MavPlanner GuiGcs MissionInitialize");
    45 }
    46 
    4742void GuiGcs::MissionStart() {
    4843  cout << "MavPlanner GuiGcs MissionStart" << endl;
     
    5550}
    5651
    57 void GuiGcs::MissionKill() {
    58   cout << "MavPlanner GuiGcs MissionKill" << endl;
    59   outputSocket->SendMessage("MavPlanner GuiGcs MissionKill");
     52void GuiGcs::MissionResume() {
     53  cout << "MavPlanner GuiGcs MissionResume" << endl;
     54  outputSocket->SendMessage("MavPlanner GuiGcs MissionResume");
    6055}
    6156
    62 void GuiGcs::WptSend() {
    63   cout << "MavPlanner GuiGcs WptSend" << endl;
     57void GuiGcs::MissionSend() {
     58  cout << "MavPlanner GuiGcs MissionSend" << endl;
    6459}
    65 
    66 void GuiGcs::WptClear() {
    67   cout << "MavPlanner GuiGcs WptClear" << endl;
    68 }
    69 
    70 void GuiGcs::WptLoopSend() {
    71   cout << "MavPlanner GuiGcs WptLoopSend" << endl;
    72 }
Note: See TracChangeset for help on using the changeset viewer.