When a message queue is created, RTEMS generates a
unique message queue ID. The message queue ID may be obtained
by either of two methods. First, as the result of an invocation
of the rtems.message_queue_create
directive, the
queue ID is stored in a user provided location. Second, the queue
ID may be obtained later using the rtems.message_queue_ident
directive. The queue ID is used by other message manager
directives to access this message queue.
Copyright © 1988-2008 OAR Corporation