RT_TASK* rt_send (RT_TASK* task, unsigned int msg);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK* rt_send_if (RT_TASK* task, unsigned int msg);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK* rt_send_until (RT_TASK* task, unsigned int msg, RTIME time);
RT_TASK* rt_send_timed (RT_TASK* task, unsigned int msg, RTIME delay);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK* rt_receive (RT_TASK* task, unsigned int *msg);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK* rt_receive_if (RT_TASK* task, unsigned int *msg);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK* rt_receive_until (RT_TASK* task, unsigned int *msg, RTIME time);
RT_TASK* rt_receive_timed (RT_TASK* task, unsigned int *msg, RTIME delay);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.