8#include "common/CRDB.h"
43 extern void setup(
char const * databasePath);
44 extern void setup(__FlashStringHelper
const * databasePath);
46 extern bool matchCRC(
crc32_t * crc32ptr =
nullptr, uint8_t offset = 0);
47 extern bool searchDatabase(
crc32_t * crc32ptr =
nullptr);
49 extern bool compareCRC(
char const * databasePath,
crc32_t * crc32ptr =
nullptr, uint8_t offset = 0);
50 extern bool compareCRC(__FlashStringHelper
const * databaseName,
crc32_t * crc32ptr =
nullptr, uint8_t offset = 0);
52 extern bool compareCRC(
char const * databasePath,
crc32_t & crc32, uint8_t offset = 0);
53 extern bool compareCRC(__FlashStringHelper
const * databaseName,
crc32_t & crc32, uint8_t offset = 0);
Main program.
Definition Storage.h:13
Interface for handling CRC32 values.
Definition crc32_t.h:14