RTEMS ITRON 3.0 API User's Guide
The mailbox manager is basically a linked list, hidden by the super core message queue and consists of a control block, a private structure. The control block comprises of the create mailbox structure, the message structure and the reference mailbox structure.
The services provided by the mailbox manager are:
cre_mbx
- Create Mailbox
del_mbx
- Delete Mailbox
snd_msg
- Send Message to Mailbox
rcv_msg
- Receive Message from Mailbox
prcv_msg
- Poll and Receive Message from Mailbox
trcv_msg
- Receive Message from Mailbox with Timeout
ref_mbx
- Reference Mailbox Status
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2000 OAR Corporation