RTEMS Logo

RTEMS 4.9.2 On-Line Library


Event Manager Receiving all Pending Events

PREV UP NEXT Bookshelf RTEMS C User's Guide

11.3.4: Receiving all Pending Events

A task can receive all of the currently pending events by calling the rtems_event_receive directive with a value of RTEMS_ALL_EVENTS for the input event condition and RTEMS_NO_WAIT | RTEMS_EVENT_ANY for the option set. The pending events are returned to the calling task and the event set is cleared. If no events are pending then the RTEMS_UNSATISFIED status code will be returned.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation