|
RTEMS CPU Kit with SuperCore
4.11.2
|
Send a Message to a Message Queue. More...
#include <stdarg.h>#include <pthread.h>#include <limits.h>#include <errno.h>#include <fcntl.h>#include <mqueue.h>#include <rtems/system.h>#include <rtems/score/watchdog.h>#include <rtems/seterr.h>#include <rtems/posix/mqueueimpl.h>#include <rtems/posix/time.h>
Functions | |
| int | mq_timedsend (mqd_t mqdes, const char *msg_ptr, size_t msg_len, unsigned int msg_prio, const struct timespec *abstime) |
Send a Message to a Message Queue.
1.8.13