#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.
◆ kBytesPerMiB_bytes
| size_t kBytesPerMiB_bytes = 1024 * 1024 |
|
constexpr |
◆ kFilePathBufferSize
| size_t kFilePathBufferSize = 32 |
|
constexpr |
◆ kPreAllocateSize_MiB
| size_t kPreAllocateSize_MiB = 4 |
|
constexpr |
◆ kSyncInterval_ms
| uint32_t kSyncInterval_ms = 1000 |
|
constexpr |