Changeset 83 in flair-src for branches/mavlink/tools/Controller/Mavlink/src/GuiGcs.h
- Timestamp:
- Sep 21, 2016, 5:49:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/tools/Controller/Mavlink/src/GuiGcs.h
r82 r83 21 21 22 22 #include <string> 23 #include <array> 23 24 24 25 #include "GuiInterface.h" … … 53 54 54 55 private: 55 flair::core::Socket *outputSocket;56 56 std::string outputAddress; 57 57 int outputPort; … … 60 60 61 61 void Initialize(); 62 void ParametersParse(const std::string& parametersString, std::array<float, 6>& parametersFloat); 62 63 }; 63 64
Note:
See TracChangeset
for help on using the changeset viewer.