JXCT Soil Sensor 7-in-1 3.10.1
IoT система мониторинга почвы на базе ESP32
Загрузка...
Поиск...
Не найдено
Файл calibration_manager.cpp
#include "calibration_manager.h"
#include "logger.h"
#include "sensor_types.h"
Граф включаемых заголовочных файлов для calibration_manager.cpp:

Пространства имен

namespace  CalibrationManager
 

Функции

const char * CalibrationManager::profileToFilename (SoilProfile)
 
bool CalibrationManager::init ()
 
bool CalibrationManager::saveCsv (SoilProfile profile, Stream &fileStream)
 
bool CalibrationManager::loadTable (SoilProfile profile, CalibrationEntry *outBuffer, size_t maxEntries, size_t &outCount)
 
bool CalibrationManager::hasTable (SoilProfile profile)
 
bool CalibrationManager::deleteTable (SoilProfile profile)
 
float CalibrationManager::applyCalibration (float rawValue, SoilProfile profile)