![]() |
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/wx.h>#include <wx/thread.h>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... | |
| wxDECLARE_EVENT | ( | wxEVT_RUMPI_UPDATE | , |
| wxThreadEvent | |||
| ) |
Custom event used to send updated component data from the manager thread back to the UI.