|
R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
#include "R_RTOS_inc.h"Go to the source code of this file.
Data Structures | |
| struct | evtQueue |
| A simple singly linked list serving as one event queue. More... | |
Typedefs | |
| typedef struct evtQueue | EVTQueue |
| evtQueue | |
Functions | |
| void | evt_INIT (void) |
| Initialize the event service. More... | |
| RetCode | evt_WaitForEvts (PTskTCB const tsk, EVTQSlots evtMask, const SysTicks maxWaitTime) |
| Sets the task up to wait for the events specified by evtMask. More... | |
| RetCode | evt_SendEvt (const EvtNr evtNr) |
| Sends the event specified by evtNr to all entities in the corresponding event queue. More... | |
| RetCode | evt_GiveUpOnEvts (PTskTCB const tsk) |
| Removes the specified task from all event queues it was queued into. More... | |