![]() |
RumPi Linux Client 1.0
A wxWidgets desktop dashboard that visualizes a RumPi robot's live sensor data as a condition-reactive scene
|
#include <wx/event.h>#include <wx/thread.h>#include <RumPi/AlertManager.h>Go to the source code of this file.
Classes | |
| class | LoggerEventForwarder |
| Bridges the library's AlertManager to the wxWidgets event system: it subscribes to the AlertManager once and forwards every alert to the given wxEvtHandler as a wxEVT_RUMPI_LOGGER_UPDATE carrying a ready-to-display LoggerLineData. More... | |
Functions | |
| wxDECLARE_EVENT (wxEVT_RUMPI_LOGGER_UPDATE, wxThreadEvent) | |
| Custom event used to carry a finished log line from the AlertManager (worker thread) to the UI (main thread). More... | |
| wxDECLARE_EVENT | ( | wxEVT_RUMPI_LOGGER_UPDATE | , |
| wxThreadEvent | |||
| ) |
Custom event used to carry a finished log line from the AlertManager (worker thread) to the UI (main thread).