mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-01-26 08:13:05 +01:00
Code rework for OBPcharts, part 1
This commit is contained in:
@@ -207,3 +207,6 @@ FormattedData formatValue(GwApi::BoatValue *value, CommonData &commondata);
|
||||
|
||||
// Helper method for conversion of any data value from SI to user defined format (defined in OBP60Formatter)
|
||||
double convertValue(const double &value, const String &format, CommonData &commondata);
|
||||
double convertValue(const double &value, const String &name, const String &format, CommonData &commondata);
|
||||
// Helper method for conversion of boat data values from user defined format to SI (defined in OBP60Formatter)
|
||||
double convertToSItemp(const double &value, const String &name, const String &format, CommonData &commondata);
|
||||
|
||||
Reference in New Issue
Block a user