ERT CRC checking for SCM packets.

IDM coming as soon as I can address packet truncation...
This commit is contained in:
Jared Boone
2015-12-07 11:38:35 -08:00
parent 1c01f54717
commit b9ea7fa786
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -72,6 +72,8 @@ public:
ID id() const;
Consumption consumption() const;
bool crc_ok() const;
private:
using Reader = FieldReader<ManchesterDecoder, BitRemap>;