1 Commits (3665f9a3c49a16ca0d7019b368bfb544d87f0781)

Author SHA1 Message Date
Daniel Agar ab0d0fd0be
uORB move to PX4 platform layer 4 years ago
Daniel Agar 27f23ac290 move initial sensor priority to parameters and purge ORB_PRIORITY 5 years ago
Daniel Agar 466b5db36f
uORB::Publication improvements and cleanup (#14784) 5 years ago
Daniel Agar 5fcd7932e9
mavlink: replace MavlinkOrbSubscription with uORB::Subscription 5 years ago
Beat Küng 6c8048d057 uorb: fix several race conditions during topic initialization 5 years ago
Julian Kent d70b024ec7
GTest functional tests that include parameters and uORB messaging (#12521) 6 years ago
Daniel Agar cfac2cc38e uORB advertise through uORBDeviceMaster directly 7 years ago
Daniel Agar 7d389a35ce
uORB: split uORBDevices into uORBDeviceNode and uORBDeviceMaster 7 years ago
Beat Küng 2fe5e7735a uorb: allow an orb subscription to retrieve data that was published prior to subscribe 7 years ago
Daniel Agar 8599495082 uORB add ORB_COMMUNICATOR define to enable remote uORB 7 years ago
Daniel Agar edea1b65cd uORB delete unused Flavor 7 years ago
Beat Küng 4c4b528842 uORBManager: fix code style 8 years ago
Beat Küng 2f2c0440c4 orb_exists: change semantics from (is published or subscribed) to (is published) 8 years ago
Daniel Agar e112161a04 clang-tidy fix mathlib headers and format 8 years ago
Mark Charlebois 62a3e07423 orb_exists support for muorb 8 years ago
Beat Küng 0f2b31b41e uorb: inline orb_advertise (directly calls orb_advertise_multi) 9 years ago
Beat Küng 528ca931af logger: only add data message to the log if orb_copy succeeds, when adding a new instance 9 years ago
Beat Küng 45a0a7c5ab refactor orb: uORB::Manager is responsible for the DeviceMaster objects 9 years ago
Beat Küng ffcefd9047 orb: read & apply publisher rules from file (currently disabled via #ifdef) 9 years ago
Beat Küng e709048fb8 orb: add orb_get_interval to API 9 years ago
Beat Küng 43d734ef43 orb: consistently use unsigned int for queue_size 9 years ago
Beat Küng 5b1273e334 orb: add optional queuing of messages 9 years ago
Beat Küng fd0f52bebd orb macros: cleanup some unused code (#4576) 9 years ago
Beat Küng 1a57488ac6 orb: add a separate uORB::Manager::initialize() method 9 years ago
Beat Küng 9da537c092 uorb: add uorb_unadvertise method 9 years ago
Beat Küng c598429547 uORB doc: remove redundant doc & update existing one (describe the _multi methods) 9 years ago
Mark Charlebois 54bae34a2c Build fixes for qurt after rebase on PX4 master 10 years ago
Mark Charlebois 0c72d66ece uORBManager: allocate instance on first use 10 years ago
Ban Siesta f4f761042b uORBManager: astyle 10 years ago
Mark Charlebois 4df833d25d uORB: factor out ORBMap.hpp into a separate file 10 years ago
Mark Charlebois 4d28126e0a Nuttx: remove use of std::string, std::map, std::set 10 years ago
Mark Charlebois 6cb26de74c Multi-uORB support changes - part 1 10 years ago
Mark Charlebois 1ca05aaa64 orb_advert_t changed to void * and checks changed to nullptr 10 years ago
Mark Charlebois e33a164ddb uORB: Major refactoring 10 years ago