Synopsis
#include <ctl_api.h>
unsigned ctl_message_queue_post_nb(CTL_MESSAGE_QUEUE_t *m,
                                   void *message);
Description

The ctl_message_queue_post_nb function posts the message to the message queue pointed at by m. If the message queue is full then the function will return zero otherwise it will return one.

Portability

ctl_message_queue_post_nb is provided in every implementation of the CrossWorks tasking library.

See Also

Message queues