aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_orb_subscription.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warningsDon Gagne2014-06-291-3/+3
|
* Revert "Hotfix: Only orb_copy items in mavlink app if the timestamp changed"Thomas Gubler2014-06-251-15/+11
| | | | This reverts commit a9653fa10db3884d3d17ee33f80f23aa2e3ef842.
* Hotfix: Only orb_copy items in mavlink app if the timestamp changedLorenz Meier2014-06-231-11/+15
|
* MavlinkOrbSubscription API reworkedAnton Babushkin2014-06-111-12/+26
|
* mavlink app: Clean up allocationsLorenz Meier2014-05-161-14/+5
|
* mavlink: is_published() fixAnton Babushkin2014-04-021-0/+1
|
* mavlink_orb_subscription: minor optimization and comment fixAnton Babushkin2014-03-161-0/+4
|
* mavlink: MavlinkOrbSubscription.update() result fixedAnton Babushkin2014-03-161-4/+7
|
* mavlink: Only send messages when we have updates for them.Lorenz Meier2014-03-161-2/+19
|
* mavlink: add new streams in main loop, minor cleanup and fixesAnton Babushkin2014-03-011-4/+5
|
* mavlink: code style and copyright fixesAnton Babushkin2014-03-011-5/+39
|
* mavlink: minor refactoring and cleanup, rate limiter class implemented, new ↵Anton Babushkin2014-02-271-1/+1
| | | | messages added
* mavlink: use inherited classes instead of callbacks for mavlink messages ↵Anton Babushkin2014-02-261-12/+24
| | | | formatting, fixes and cleanup
* mavlink: adding message stream by name implemnted, mavlink streams ↵Anton Babushkin2014-02-261-14/+9
| | | | definitions and formatters moved to mavlink_messages.h/cpp, mavlink_orb_listener class and thread removed
* mavlink_orb_subscription: bug fixedAnton Babushkin2014-02-251-1/+1
|
* mavlink: major rewrite, prepare for dynamic mavlink streams configuration, WIPAnton Babushkin2014-02-241-0/+47