|
C++ DevKit
C++ set of OOP library
|
RTOS wrapper for Model class. More...
#include <rtos_ui_core.h>


Public Member Functions | |
| void | update_attached_rtos_widget (rtos_Widget *linked_widget) |
| link a new widget task to the model | |
| void | notify_all_linked_widget_task () |
| notify all linked widget tasks that the model has changed | |
| rtos_Model () | |
| constructor for RTOS model | |
| ~rtos_Model () | |
| destructor for RTOS model | |
Public Attributes | |
| TaskHandle_t | task_handle |
| the task handle of the model task | |
Private Attributes | |
| std::set< rtos_Widget * > | attached_rtos_widget |
| the set of linked widget tasks | |
RTOS wrapper for Model class.
| void rtos_Model::update_attached_rtos_widget | ( | rtos_Widget * | linked_widget | ) |
link a new widget task to the model
| linked_widget | the widget to be linked |