From 169502ea55d2c1d9ec9c2865c6302485bbaafc31 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 19:03:05 +0000 Subject: Turned on concept and function name indexing. --- doc/user/event.t | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'doc/user/event.t') diff --git a/doc/user/event.t b/doc/user/event.t index 6eb3266373..a4953e6822 100644 --- a/doc/user/event.t +++ b/doc/user/event.t @@ -8,6 +8,8 @@ @chapter Event Manager +@cindex events + @section Introduction The event manager provides a high performance method @@ -23,6 +25,8 @@ provided by the event manager are: @subsection Event Sets +@cindex event set, definition + An event flag is used by a task (or ISR) to inform another task of the occurrence of a significant situation. Thirty-two event flags are associated with each task. A @@ -60,6 +64,9 @@ is satisfied when every requested event is posted. @subsection Building an Event Set or Condition +@cindex event condition, building +@cindex event set, building + An event set or condition is built by a bitwise OR of the desired events. The set of valid events is @code{@value{RPREFIX}EVENT_0} through @code{@value{RPREFIX}EVENT_31}. If an event is not explicitly specified in the set or @@ -184,13 +191,18 @@ A subsection is dedicated to each of this manager's directives and describes the calling sequence, related constants, usage, and status codes. +@c +@c +@c @page @subsection EVENT_SEND - Send event set to a task +@cindex send event set to a task + @subheading CALLING SEQUENCE: @ifset is-C -@c @findex rtems_event_send +@findex rtems_event_send @example rtems_status_code rtems_event_send ( rtems_id id, @@ -241,13 +253,18 @@ Sending an event set to a global task which does not reside on the local node will generate a request telling the remote node to send the event set to the appropriate task. +@c +@c +@c @page @subsection EVENT_RECEIVE - Receive event condition +@cindex receive event condition + @subheading CALLING SEQUENCE: @ifset is-C -@c @findex rtems_event_receive +@findex rtems_event_receive @example rtems_status_code rtems_event_receive ( rtems_event_set event_in, -- cgit v1.2.3