summaryrefslogblamecommitdiffstats
path: root/doc/itron3.0/msgbuffer.t
blob: cd9118dce33c9ea5b675f2109b2b81f61673fdee (plain) (tree)





























































                                                              
              
 

























                             
              
 

























                             
              
 

























                             
              
 

























                             
              
 

























                             
              
 

























                             
              
 

























                             
              
 

























                             
              
 



                        
@c
@c  This is the chapter from the RTEMS ITRON User's Guide that
@c  documents the services provided by the message buffer
@c  manager.
@c
@c  $Id$
@c

@chapter Message Buffer Manager

@section Introduction

The 
message buffer manager is ...

The services provided by the message buffer manager are:

@itemize @bullet
@item @code{cre_mbf} - 
@item @code{del_mbf} - 
@item @code{snd_mbf} - 
@item @code{psnd_mbf} - 
@item @code{tsnd_mbf} - 
@item @code{rcv_mbf} - 
@item @code{prcv_mbf} - 
@item @code{trcv_mbf} - 
@item @code{ref_mbf} - 
@end itemize

@section Background

@section Operations

@section Directives

This section details the message buffer 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_mbf
@c

@page
@subsection cre_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int cre_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  del_mbf
@c

@page
@subsection del_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int del_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  snd_mbf
@c

@page
@subsection snd_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int snd_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  psnd_mbf
@c

@page
@subsection psnd_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int psnd_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  tsnd_mbf
@c

@page
@subsection tsnd_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int tsnd_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  rcv_mbf
@c

@page
@subsection rcv_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int rcv_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  prcv_mbf
@c

@page
@subsection prcv_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int prcv_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  trcv_mbf
@c

@page
@subsection trcv_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int trcv_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  ref_mbf
@c

@page
@subsection ref_mbf - 

@subheading CALLING SEQUENCE:

@ifset is-C
@example
int ref_mbf(
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES: