Add TPMS signal_type.

This commit is contained in:
Jared Boone 2016-04-06 17:04:40 -07:00
parent 635b1fd4c3
commit b35a8c4501
4 changed files with 9 additions and 5 deletions

View file

@ -107,7 +107,7 @@ private:
TPMSRecentEntriesView recent_entries_view { recent };
void on_packet(const tpms::Packet& packet);
void on_packet(const tpms::SignalType signal_type, const tpms::Packet& packet);
void on_show_list();
uint32_t target_frequency() const;