Files
PX4-Autopilot/src/modules/uORB
Beat Küng 5b1273e334 orb: add optional queuing of messages
This adds two uORB API calls:
- orb_advertise_queue
- orb_advertise_multi_queue

Both add a queue_size parameter to define a maximum number of buffered
item. The existing orb calls use all a queue size of one and thus their
behavior is unchanged. If a writer publishes too fast, the oldest elements
from the queue are silently dropped.
The returned timestamp is always the one from the latest message in the
queue.

Queue size can be set via ioctl during advertisement phase. After that it
cannot be changed anymore.
2016-06-02 07:24:44 +02:00
..
2016-05-19 21:49:34 +02:00
2015-07-01 09:10:30 -07:00
2015-07-25 20:36:05 -07:00
2015-10-20 10:48:10 -04:00
2016-05-14 11:27:07 +02:00
2016-05-14 11:27:07 +02:00
2016-06-02 07:24:44 +02:00
2016-06-02 07:24:44 +02:00
2015-05-05 10:52:15 -07:00
2016-05-13 13:01:41 +02:00
2016-05-14 11:27:07 +02:00
2015-10-19 13:51:18 +02:00
2015-10-19 13:51:18 +02:00