|
drake
1.0.0
|
#include <link.h>
Public Member Functions | |
| cfifo_t (int)*buffer | |
| Fifo buffer that holds data transmitted between both tasks. | |
Data Fields | |
| struct task * | prod |
| Consumer task of this link. | |
| struct task * | cons |
| Producer task of this link. | |
| cfifo_t | ( | int | ) |
Fifo buffer that holds data transmitted between both tasks.