First step in implementing a new DLMS parser

This commit is contained in:
Gunnar Skjold
2021-11-06 16:56:02 +01:00
parent 6df942f488
commit 8e9da8f255
13 changed files with 719 additions and 282 deletions

View File

@@ -13,6 +13,7 @@
class AmsData {
public:
AmsData();
AmsData(const char* d, bool substituteMissing);
AmsData(uint8_t meterType, bool substituteMissing, HanReader& hanReader);
void apply(AmsData& other);