#include <stdint.h>
#include <string>
#include "ArduinoHAL.h"
#include "data_handling/DataPoint.h"
#include "data_handling/DataSaver.h"
Go to the source code of this file.
◆ BigSDDataSaverError
| Enumerator |
|---|
| DS_SUCCESS | |
| DS_NOT_READY | |
| DS_BUFFER_WRITE_FAILED | |
| DS_LINE_TOO_LONG | |
| DS_FLUSH_FAILED | |
Definition at line 16 of file DataSaverBigSD.h.
◆ BYTES_PER_MB
| size_t BYTES_PER_MB = 1024 * 1024 |
|
constexpr |
◆ FILE_PATH_BUFFER_SIZE
| size_t FILE_PATH_BUFFER_SIZE = 32 |
|
constexpr |
◆ PRE_ALLOCATE_SIZE_MB
| size_t PRE_ALLOCATE_SIZE_MB = 4 |
|
constexpr |
◆ SYNC_INTERVAL_MS
| uint32_t SYNC_INTERVAL_MS = 1000 |
|
constexpr |