@c @c This is the chapter from the RTEMS ITRON User's Guide that @c documents the services provided by the eventflags @c manager. @c @c $Id$ @c @chapter Eventflags Manager @section Introduction The eventflags manager is ... The services provided by the eventflags manager are: @itemize @bullet @item @code{cre_flg} - @item @code{del_flg} - @item @code{set_flg} - @item @code{clr_flg} - @item @code{wai_flg} - @item @code{pol_flg} - @item @code{twai_flg} - @item @code{ref_flg} - @end itemize @section Background @section Operations @section Directives This section details the eventflags manager's services. A subsection is dedicated to each of this manager's services and describes the calling sequence, related constants, usage, and status codes. @c @c cre_flg @c @page @subsection cre_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int cre_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c del_flg @c @page @subsection del_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int del_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c set_flg @c @page @subsection set_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int set_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c clr_flg @c @page @subsection clr_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int clr_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c wai_flg @c @page @subsection wai_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int wai_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c pol_flg @c @page @subsection pol_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int pol_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c twai_flg @c @page @subsection twai_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int twai_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c ref_flg @c @page @subsection ref_flg - @subheading CALLING SEQUENCE: @ifset is-C @example int ref_flg( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: