Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

is a pointer to a variable that will contain an error code returned by this function.

OS_ERR_NONE

if the call was successful and the message was posted to the task’s message queue.

OS_ERR_MSG_POOL_EMPTY

if running out of OS_MSG to hold the message being posted.

OS_ERR_Q_MAX

if the task’s message queue is full and cannot accept more messages.

Returned Value

None

Notes/Warnings

...