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

Go to the source code of this file.

Classes

class  RumPiManagerThread
 Background wxThread that runs the RumPi library's sensor loop and posts refreshed component data (and the curated dashboard snapshot) to the UI thread via wxEVT_RUMPI_UPDATE events. More...
 

Functions

 wxDECLARE_EVENT (wxEVT_RUMPI_UPDATE, wxThreadEvent)
 Custom event used to send updated component data from the manager thread back to the UI. More...
 

Function Documentation

◆ wxDECLARE_EVENT()

wxDECLARE_EVENT ( wxEVT_RUMPI_UPDATE  ,
wxThreadEvent   
)

Custom event used to send updated component data from the manager thread back to the UI.