26 #ifndef TABREALTIMECLASSIFICATION_H
27 #define TABREALTIMECLASSIFICATION_H
31 #include "../model/EEGData.hpp"
42 GtkWidget *interface_combo,
46 *btn_train_classifier,
55 void disableControls();
56 void enableControls();
58 static void CB_trainClassifier(GtkWidget *, gpointer);
59 static void CB_start(GtkWidget *, gpointer);
60 static void CB_stop(GtkWidget *, gpointer);
63 void updateInterface();
66 static gint timedUpdateInterface(gpointer);