RTEMS Logo

RTEMS 4.9.2 On-Line Library


Event Manager Receiving all Pending Events

PREV UP NEXT Bookshelf RTEMS Ada 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 or 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 Ada User's Guide

Copyright © 1988-2008 OAR Corporation