List of Operations
1-10
MBX module operations
MEM module operations
MSGQ module operations
Function
Operation
MBX_create
Create a mailbox
MBX_delete
Delete a mailbox
MBX_pend
Wait for a message from mailbox
MBX_post
Post a message to mailbox
Function
Operation
MEM_alloc, MEM_valloc,
MEM_calloc
Allocate from a memory heap
MEM_define
Define a new memory heap
MEM_free
Free a block of memory
MEM_getBaseAddress
Get base address of a memory heap
Increase the internal MEM table size
MEM_redefine
Redefine an existing memory heap
MEM_stat
Return the status of a memory heap
Undefine an existing memory segment
Function
Operation
Allocate a message. Performed by writer.
Closes a message queue. Performed by reader.
Return the number of messages in a message queue
Free a message. Performed by reader.
Receive a message from the message queue. Performed by reader.
Get attributes of a message queue.
Get destination message queue field in a message.