R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
tskMailBox Struct Reference

Task mailbox for messaging services. More...

#include <R_RTOS_inc.h>

Data Fields

volatile struct tskMailBoxnxtTskMB
 pointer to next TskMB
 
MsgPrvdrs msgProv
 specific message provider
 
MsgProvType msgProvType
 type of the provider linked with this TskMB
 

Detailed Description

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.


The documentation for this struct was generated from the following file: