1330 Commits (fbabbd1b0d3470789b2314c9a98ae8b533a68465)

Author SHA1 Message Date
Daniel Agar d8b6f37eb4 cmake create comm library in src/comm 7 years ago
Don Gagne b974f35011 Support parameters from multiple components 7 years ago
Don Gagne 4dd7f248e4 Support new ArduPilot bootloader PID/VIDs 7 years ago
Patrick José Pereira 7588454516 comm: Move to pragma once 7 years ago
Gus Grubba c5b77b180a Fix annoying Android warnings. 7 years ago
Patrick José Pereira e0ac5067d7 MavLinkProtocol: Fix constructor warnings 7 years ago
Don Gagne c7b1880c42 Us MAV_COMP_ID_AUTOPILOT1 instead of MAV_COMP_ID_MISSIONPLANNER 7 years ago
Patrick José Pereira 402add8317 comm: Avoid QString initialization of empty string 7 years ago
Patrick José Pereira 7af7993d4b comm: Use QString::arg with multiple QString parameters 7 years ago
Patrick José Pereira 337c19bb89 comm: Remove unused variables 7 years ago
Patrick José Pereira dbec9e9879 comm: Change from foreach to c++11 for 7 years ago
Patrick José Pereira 7a7b7cfb1b Move from Q_ENUMS to Q_ENUM 7 years ago
Daniel Agar d591d86f9c
initial optional cmake support (#6862) 7 years ago
Gus Grubba dd747599de Just compute total sent on the fly rather then keeping a running count. 7 years ago
Gus Grubba b5f30ae40b MAVLink message receive status 7 years ago
Beat Küng 08dcb7e0e8 USBBoardInfo.json: add U-Blox F9P USB device 7 years ago
Don Gagne e78f74f6d5 Back up further from end of file to handle more cases 7 years ago
Don Gagne 3f2f847611 ArduPilot ChibiOS support 7 years ago
Beat Küng b5ab11f761
RTK GPS: add Trimble MB-Two support 7 years ago
Gus Grubba d977e09059 Add auto connect support for the PX4 NXPHlite v3.x 7 years ago
Vavooon 827d86a05d Update hosts list on UDP Configuration creation 7 years ago
acfloria d4124c20bc Use any mavlink message instead of only the heartbeat to determine if the link is active 7 years ago
DonLakeFlyer bc829486ea Fix vehicle shutdown crash 7 years ago
Philipp Oettershagen be9d92d04d HIL (X-Plane): Allow to control aircraft flaps in XPlane 7 years ago
acfloria c89404d921 Split constructor of HeartbeatTimer up in two functions 7 years ago
DonLakeFlyer ade447b82f Fix compiler warning 7 years ago
DonLakeFlyer 82a340f7a2 Remove unused code 7 years ago
DonLakeFlyer f0eb00298c Identify PX4 Flow from board id 7 years ago
acfloria 317fe902f2 Remove the advanced link settings 7 years ago
acfloria 7c89c4ac05 Multi link support clean up 7 years ago
acfloria 66fcbc2a2d Allow tracking multiple heartbeats for a single link 7 years ago
acfloria 1e77e29513 Use again the heartbeat instead of bytes received to determine if a link is active 7 years ago
acfloria dd28d2a35f Fix QTimer issue and send command on high latency link change 7 years ago
acfloria f4b037296f Use name instead of portName in getName of the SerialLink 7 years ago
acfloria ee61860368 Save and load high latency property to/from link configurations 7 years ago
acfloria 321fae7f31 Update active property for each link separately 7 years ago
DonLakeFlyer 9298783944 Remove debug logging 7 years ago
DonLakeFlyer 0114a391b7 Slightly better Log Replay 7 years ago
Patrick José Pereira 57e0e1fc1a BluetoothLink: Move _device to initialization list 7 years ago
Patrick José Pereira 5c24a2ec43 QGCFlightGearLink: correct if-if else logic 7 years ago
Beat Küng 2d06fbae89
USBBoardInfo.json: add Omnibus F4 SD 7 years ago
Gus Grubba 50f7674b2f Fixed wrong logic when testing _socket for wrtites. It was never writing (sending anything). 7 years ago
DonLakeFlyer a76dd63b1e Merge conflict fix 7 years ago
DonLakeFlyer ed2f294c69 Better guarding against crashes 7 years ago
DonLakeFlyer 5d26256ca9 Tolerance based terrain follow 7 years ago
DonLakeFlyer b3e6246fc1 Support remainder of HIGH_LATENCY2 fields 7 years ago
Gus Grubba d77583a0a9 Bring in UDP fixes from master 7 years ago
Gus Grubba 16cf182630 Fix typo and use Qt's builtin vector deleteAll to clear lists. 7 years ago
Gus Grubba faee40e0fa UDP link fixes 7 years ago
acfloria 1da3440259 Add highLatency property to LinkConfiguration 7 years ago