Xenomai API  2.5.6.1
rt_task_mcb Struct Reference

Structure used in passing messages between tasks. More...

Data Fields

int flowid
 Flow identifier.
int opcode
 Operation code.
caddr_t data
 Message address.
size_t size
 Message size (bytes).

Detailed Description

Structure used in passing messages between tasks.

See also:
rt_task_send(), rt_task_reply(), rt_task_receive()

Field Documentation

Message address.

Referenced by rt_task_receive(), rt_task_reply(), and rt_task_send().

Flow identifier.

Referenced by rt_task_send().

Operation code.

Referenced by rt_task_receive(), rt_task_reply(), and rt_task_send().

Message size (bytes).

Referenced by rt_task_receive(), rt_task_reply(), and rt_task_send().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines