The RTOS graphic display gatekeeper is the class that manages the access to the graphic display device in an RTOS environment.
More...
#include <display_device.h>
|
|
QueueHandle_t | graphic_widget_data |
| | Queue to send widget data to the display task.
|
| |
|
|
SemaphoreHandle_t | data_sent |
| | Semaphore to signal that data has been sent to the display.
|
| |
The RTOS graphic display gatekeeper is the class that manages the access to the graphic display device in an RTOS environment.
◆ receive_widget_data()
Receive the widget data from the display task.
- Parameters
-
| received_widget_data | the received widget data |
◆ send_clear_device_command()
Send the clear device command to the display task.
- Parameters
-
◆ send_widget_data()
| void rtos_GraphicDisplayGateKeeper::send_widget_data |
( |
rtos_Widget * | widget | ) |
|
Send the widget data to the display task.
- Parameters
-
The documentation for this class was generated from the following files: