mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 07:00:34 +08:00
mavlink: replace MavlinkOrbSubscription with uORB::Subscription
* uORB orb_stat() and update(uint64_t *time, void *dst) are now obsolete and have been deleted * mavlink messages add more advertised checks in streams get_size() check to improve data rate calculation across different scenarios
This commit is contained in:
@@ -52,9 +52,6 @@
|
||||
* IOCTLs for individual topics.
|
||||
*/
|
||||
|
||||
/** Fetch the time at which the topic was last updated into *(uint64_t *)arg */
|
||||
#define ORBIOCLASTUPDATE _ORBIOC(10)
|
||||
|
||||
/** Check whether the topic has been updated since it was last read, sets *(bool *)arg */
|
||||
#define ORBIOCUPDATED _ORBIOC(11)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user