Changeset 82 in flair-src for branches/mavlink/tools/Controller/Mavlink/src/GuiGcs.h
- Timestamp:
- Sep 21, 2016, 3:16:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/tools/Controller/Mavlink/src/GuiGcs.h
r79 r82 7 7 // 8 8 // authors: Thomas Fuhrmann 9 // Milan Erdelj 9 10 // Copyright Heudiasyc UMR UTC/CNRS 7253 10 11 // … … 24 25 25 26 #include "MavlinkUDP.h" 27 28 #define INTER_COMMAND_PAUSE 10000 // us 29 #define PERIOD_SECOND 1000000 // us 26 30 27 31 namespace flair { … … 54 58 55 59 MavlinkUDP* mavCom; 60 61 void Initialize(); 56 62 }; 57 63
Note:
See TracChangeset
for help on using the changeset viewer.