30 #include "../model/EEGData.hpp"
42 *btn_start_collecting,
43 *label_collected_seconds,
44 *label_collected_samples,
51 static void CB_StartMonitor(GtkWidget *, gpointer);
52 static void CB_StopMonitor(GtkWidget *, gpointer);
53 static void CB_StartCollect(GtkWidget *, gpointer);
54 static void CB_StopCollect(GtkWidget *, gpointer);
55 static void CB_toggleFilter(GtkWidget *, gpointer);
58 static gint timedPlot(gpointer);
64 bool startDataSource();
65 void stopDataSource();
71 bool continue_plotting;
73 bool continuePlotting() {
return continue_plotting; }