Robot
The embedded systems for UTRA's autonomous humanoid soccer-playing robot
|
Event processor for motor commands. More...
![]() |
Modules | |
UART Handler (header) | |
Header for UART event processor, showing the public content. | |
Functions | |
void | UART_ProcessEvent (UARTcmd_t *cmdPtr, TXData_t *DataToSend) |
The UART event processor calls the low-level libraries to execute reads and writes for motors. More... | |
Variables | |
osMessageQId | TXQueueHandle |
Event processor for motor commands.
The UART event processor calls the low-level libraries to execute reads and writes for motors.
cmdPtr | the handle for the command structure containing all relevant data fields |
DataToSend | the handle for the data structure to copy into the sensor queue if a read is executed |
Definition at line 43 of file UART_Handler.c.
osMessageQId TXQueueHandle |
Sensor data queue. This module writes current positions of motors into this queue
Definition at line 129 of file freertos.cpp.