Changeset 137 in flair-src for trunk/tools/Controller/Mavlink/src/main.cpp
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Controller/Mavlink/src/main.cpp
r88 r137 56 56 57 57 if(mode == "forward") { 58 Forwarder *guiForwarder = new Forwarder( manager,"Forwarder",58 Forwarder *guiForwarder = new Forwarder("Forwarder", 59 59 inputAddress, inputPort, 60 60 outputAddress, outputPort); … … 66 66 GuiInterface *guiHandler; 67 67 if(mode == "flair") { 68 guiHandler = new GuiFlair( manager,"GuiFlair");68 guiHandler = new GuiFlair("GuiFlair"); 69 69 } else if (mode == "gcs") { 70 guiHandler = new GuiGcs( manager,"GuiGcs", outputAddress, outputPort);70 guiHandler = new GuiGcs("GuiGcs", outputAddress, outputPort); 71 71 } else { 72 72 //ERROR
Note:
See TracChangeset
for help on using the changeset viewer.