Widget for displaying sports sensor data charts. More...
#include <SportsChart.h>
Public Slots | |
void | flush_one_request () |
Request one data sample update from the sensor. | |
Signals | |
void | fetch_once_data (const ICM20608AppData data) |
Signal emitted when new sensor data is fetched. | |
Public Member Functions | |
SportsChart (QWidget *parent=nullptr) | |
Constructs the SportsChart widget. | |
~SportsChart () | |
Destructor for SportsChart. | |
Widget for displaying sports sensor data charts.
This widget fetches data from the ICM20608 sensor via the data factory, and displays acceleration and rotation data over time using Qt Charts.
|
explicit |
Constructs the SportsChart widget.
parent | Parent widget pointer. |
|
signal |
Signal emitted when new sensor data is fetched.
data | The ICM20608 sensor data. |