R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Task mailbox for messaging services. More...
#include <R_RTOS_inc.h>
Data Fields | |
volatile struct tskMailBox * | nxtTskMB |
pointer to next TskMB | |
MsgPrvdrs | msgProv |
specific message provider | |
MsgProvType | msgProvType |
type of the provider linked with this TskMB | |
Task mailbox for messaging services.
Mailbox to keep track of received messages and their sources. Mailbox are arranged in a single linked list. Hence a task can have multiple mailboxes of the same or different sources.