RTOS wrapper for PrintWidget class.
More...
#include <rtos_widget.h>
|
|
char * | text_buffer = nullptr |
| | the effective character buffer
|
| |
|
rtos_DisplayDevice * | display_device {nullptr} |
| | the display device where the attached to the frame buffer
|
| |
|
uint8_t | widget_anchor_x |
| | location in x of the widget within the hosting framebuffer
|
| |
|
uint8_t | widget_anchor_y |
| | location in y of the widget within the hosting framebuffer
|
| |
|
struct_WidgetDataToGateKeeper | widget_data_to_gatekeeper |
| | data structure used to queue widget data to send to the display task
|
| |
|
TaskHandle_t | task_handle |
| | FreeRTOS task handle associated to the widget.
|
| |
|
|
size_t | number_of_column |
| | the size, in number of character of a line
|
| |
|
size_t | number_of_line |
| | the number of line
|
| |
|
size_t | text_buffer_size |
| | the number of characters
|
| |
|
rtos_Model * | actual_rtos_displayed_model {nullptr} |
| | a pointer to the Model actually displayed by the widget
|
| |
|
std::vector< rtos_Widget * > | rtos_widgets |
| | A rtos_widget can be composed by several rtos_widgets.
|
| |
RTOS wrapper for PrintWidget class.
◆ rtos_PrintWidget()
- Parameters
-
| actual_displayed_model | the displayed model of the widget |
| terminal_console | the terminal console associated to the print widget |
The documentation for this class was generated from the following files: