U.B.O.R
The [U]seless [B]ox [O]rganizing [R]obot. A FreeRTOS study project written in C which implements a multitasked control unit for a belt conveyor system with robotic sorting arms.
|
This datatype combines a message queue its id and a mask for filtering. More...
Data Fields | |
QueueHandle_t | queue |
FreeRTOS message queue. More... | |
uint16_t | message_id |
ID of the queue for dispatching rules. More... | |
uint16_t | mask |
Mask for filtering rules. More... | |
This datatype combines a message queue its id and a mask for filtering.