RTEMS ITRON 3.0 API User's Guide
The T_CMBF structure is used to define the characteristics of a message
buffer and passed as an argument to the cre_mbf routine. This
structure is defined as:
typedef struct t_cmbf {
VP exinf; /* extended information */
ATR mbfatr; /* message buffer attributes */
INT bufsz; /* buffer size (in bytes) */
INT maxmsz; /* maximum message size (in bytes) */
/* (CPU and/or implementation-dependent information may also be
included) */
} T_CMBF;
where the meaning of each field is:
TA_TFIFO) or priority
(TA_TPRI) order.
bufsz is usually
larger than the total of all message sizes in this buffer.
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2004 OAR Corporation