2 Commits (0029317e55c1007defad217c8453949a11234c2d)

Author SHA1 Message Date
Jukka Laitinen 0b9505453d Clean up interfaces towards uORB 3 years ago
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
Beat Küng 63b2befeed refactor uorb: rename published to advertised 5 years ago
Beat Küng 3198610f85 src/platforms: move all headers to platforms/common/include/px4_platform_common 5 years ago
Beat Küng 173337e49c uORBManager: print errno for advertisement failures 5 years ago
Julian Kent d70b024ec7
GTest functional tests that include parameters and uORB messaging (#12521) 6 years ago
Daniel Agar a6684c6f9a uORB orb_exists use internal linked list instead of file path 6 years ago
Daniel Agar cfac2cc38e uORB advertise through uORBDeviceMaster directly 7 years ago
Daniel Agar dbf2d25e2f uORB move to standalone CDev 7 years ago
Daniel Agar 7d389a35ce
uORB: split uORBDevices into uORBDeviceNode and uORBDeviceMaster 7 years ago
Beat Küng c0cac0594e file paths: add PX4_STORAGEDIR & use it where appropriate 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 90513e719e ASSERT: remove some inappropriate asserts 7 years ago
Beat Küng 45458fe9eb uORBManager: add comment about not having to set the priority 7 years ago
Beat Küng 2f2c0440c4 orb_exists: change semantics from (is published or subscribed) to (is published) 7 years ago
Daniel Agar e63da5860e uORB cleanup Subscription/Publication c++ 8 years ago
Daniel Agar 61fd6f4c8a uorb failure print topic name 8 years ago
Daniel Agar 070cd55636 clang-tidy readability 8 years ago
Daniel Agar 6631e72d6f clang-tidy modernize-redundant-void-arg 8 years ago
Mark Charlebois f529069368 Fixed code format issues 8 years ago
Mark Charlebois 830eb8528e fixed merge conflict 8 years ago
Mark Charlebois 9834155d09 Removed extra debug 8 years ago
Mark Charlebois b556528984 Fixed wait_for_topic and orb_exists 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) 8 years ago
Beat Küng 7280f71cef orb: rm static from DeviceMaster::_node_map & use the non-static getDeviceNode in uORB::Manager 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
Julian Oes 6b1bcef644 uORBManager: removed printfs 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 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 fdc10d212b orb: fix when orb_subscribe_multi is called before orb_advertise_multi 9 years ago
Beat Küng 934207b518 uORB: merge the files uORBManager_{nuttx,posix}.cpp, largely the same code 9 years ago
Beat Küng 9c360e9f88 uORB: fix node_open: *instance is read even though it's an output parameter 9 years ago
Erik de Castro Lopo 4f7ab6f4f3 uORBManager: Make `orb_check` fail safely 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 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 f985a48fbc Created px4_access to handle check of virtual files 10 years ago
Mark Charlebois 1ca05aaa64 orb_advert_t changed to void * and checks changed to nullptr 10 years ago