@c @c This is the chapter from the RTEMS ITRON User's Guide that @c documents the services provided by the fixed block @c manager. @c @c $Id$ @c @chapter Fixed Block Manager @section Introduction The fixed block manager is ... The services provided by the fixed block manager are: @itemize @bullet @item @code{cre_mpf} - @item @code{del_mpf} - @item @code{get_blf} - @item @code{pget_blf} - @item @code{tget_blf} - @item @code{rel_blf} - @item @code{ref_mpf} - @end itemize @section Background @section Operations @section Directives This section details the fixed block 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_mpf @c @page @subsection cre_mpf - @subheading CALLING SEQUENCE: @ifset is-C @example int cre_mpf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c del_mpf @c @page @subsection del_mpf - @subheading CALLING SEQUENCE: @ifset is-C @example int del_mpf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c get_blf @c @page @subsection get_blf - @subheading CALLING SEQUENCE: @ifset is-C @example int get_blf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c pget_blf @c @page @subsection pget_blf - @subheading CALLING SEQUENCE: @ifset is-C @example int pget_blf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c tget_blf @c @page @subsection tget_blf - @subheading CALLING SEQUENCE: @ifset is-C @example int tget_blf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c rel_blf @c @page @subsection rel_blf - @subheading CALLING SEQUENCE: @ifset is-C @example int rel_blf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: @c @c ref_mpf @c @page @subsection ref_mpf - @subheading CALLING SEQUENCE: @ifset is-C @example int ref_mpf( ); @end example @end ifset @ifset is-Ada @end ifset @subheading STATUS CODES: @code{EXXX} - @subheading DESCRIPTION: @subheading NOTES: