RT_TASK *rt_rpc (RT_TASK *task, unsigned int msg, unsigned int *reply);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK *rt_rpc_if (RT_TASK *task, unsigned int msg, unsigned int *reply);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
RT_TASK *rt_rpc_until (RT_TASK *task, unsigned int msg, unsigned int *reply, RTIME time);
RT_TASK *rt_rpc_timed (RT_TASK *task, unsigned int msg, unsigned int *reply, RTIME delay);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.
int rt_isrpc (RT_TASK *task);
RT_TASK *rt_return (RT_TASK *task, unsigned int result);
0
0xffff
0xffff
. In this theoretical case the caller cannot figure
out if the operation was succesful or not.