![]() |
RTXI 1.3
|
#include <synch.h>
Public Member Functions | |
| Synch (void) | |
| virtual | ~Synch (void) |
| virtual void | execute (void) |
Protected Member Functions | |
| virtual void | update (DefaultGUIModel::update_flags_t) |
| void Synch::execute | ( | void | ) | [virtual] |
Function called periodically by the realtime task.
Reimplemented from RT::Thread.
| void Synch::update | ( | DefaultGUIModel::update_flags_t | flag | ) | [protected, virtual] |
Callback function that is called when the system state changes.
| flag | The kind of update to signal. |
Reimplemented from DefaultGUIModel.