RumPi Linux Client 1.0
A wxWidgets desktop dashboard that visualizes a RumPi robot's live sensor data as a condition-reactive scene
LoggerEventForwarder.h File Reference
#include <wx/event.h>
#include <wx/thread.h>
#include <RumPi/AlertManager.h>
Include dependency graph for LoggerEventForwarder.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ wxDECLARE_EVENT()

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).