|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Message structure carrying type and origin of the message. More...
#include <mpipe_message.h>
Data Fields | |
| struct mpipe_element * | origin |
| Element that posted this message. | |
| uint32_t | type |
| Message type (see mpipe_message_type). | |
| int32_t | code |
| errno-style code, negative, 0 if unset | |
| uint8_t | domain |
| What the element was doing, see mpipe_error_domain. | |
Message structure carrying type and origin of the message.
domain and code describe a failure and are only meaningful on an MPIPE_MESSAGE_ERROR.
| int32_t mpipe_message::code |
errno-style code, negative, 0 if unset
| uint8_t mpipe_message::domain |
What the element was doing, see mpipe_error_domain.
| struct mpipe_element* mpipe_message::origin |
Element that posted this message.
| uint32_t mpipe_message::type |
Message type (see mpipe_message_type).