TPMS: Extract packet readers.

This commit is contained in:
Jared Boone 2016-05-27 13:41:56 -07:00
parent e7aaf0e8cf
commit 05b55f2696
2 changed files with 63 additions and 54 deletions

View file

@ -160,6 +160,10 @@ private:
const Reader reader_;
Optional<Reading> reading_fsk_19k2_schrader() const;
Optional<Reading> reading_ook_8k192_schrader() const;
Optional<Reading> reading_ook_8k4_schrader() const;
size_t crc_valid_length() const;
};