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

Go to the source code of this file.

Classes

class  LoggerListData
 A virtual list model backing the on-screen log's data-view control, holding the log lines and colouring rows by severity. More...
 

Enumerations

enum  LoggerColumnID { E_COL_ALERTICON = 0 , E_COL_LOGTIME = 1 , E_COL_ALERTLEVEL = 2 , E_COL_EVENTDESCRIPTION = 3 }
 Column indices for the logger data-view control. More...
 

Enumeration Type Documentation

◆ LoggerColumnID

Column indices for the logger data-view control.

Author
Eddie O'Hagan
Date
8/13/2026
Enumerator
E_COL_ALERTICON 

The alert-level icon column.

E_COL_LOGTIME 

The timestamp column.

E_COL_ALERTLEVEL 

The alert-level text column.

E_COL_EVENTDESCRIPTION 

The event-description column.