Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: sd-driver_compatible_with_MAX32630FTHR
Fork of CircularBufferSDCardLib by
DataRecorder Class Reference
Data Recorder is a class that stores data measurements in a ring buffer. More...
#include <dataRecorder.h>
Public Member Functions | |
| int | getDataQuantity () |
| Get Information. | |
| void | logDistancePoint (uint16_t value) |
| Set Information. | |
| void | saveLoggedData (string filename) |
| Save logged data to SD card. | |
Detailed Description
Data Recorder is a class that stores data measurements in a ring buffer.
It contains an SD Card Reader with a filesystem to store measurements when required
Definition at line 20 of file dataRecorder.h.
Member Function Documentation
| int getDataQuantity | ( | ) |
Get Information.
Definition at line 18 of file dataRecorder.cpp.
| void logDistancePoint | ( | uint16_t | value ) |
Set Information.
Definition at line 61 of file dataRecorder.cpp.
| void saveLoggedData | ( | string | filename ) |
Save logged data to SD card.
Definition at line 93 of file dataRecorder.cpp.
Generated on Fri Jul 15 2022 02:01:26 by
1.7.2
