RTEMS Logo

RTEMS 4.6.2 On-Line Library


Mailbox Manager snd_msg - Send Message to Mailbox

PREV UP NEXT Bookshelf RTEMS ITRON 3.0 API User's Guide

5.4.3: snd_msg - Send Message to Mailbox

CALLING SEQUENCE:

ER snd_msg(
  ID     mbxid,
  T_MSG *pk_msg
);

STATUS CODES:

E_OK - Normal completion
E_ID - Invalid ID number
E_NOEXS - Object does not exist
E_OACV - Object access violation
E_QOVR - Queueing or nesting overflow

DESCRIPTION:

Sends the address of message to mbox having a given id, any waiting tasks (blocked tasks) will be woken up. It supports non-blocking send.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS ITRON 3.0 API User's Guide

Copyright © 1988-2004 OAR Corporation