Packet header fixes

This commit is contained in:
Dan Paulat 2022-08-16 23:33:55 -05:00
parent 12d8aaf8a6
commit b0baa4f336
17 changed files with 20 additions and 17 deletions

View file

@ -26,7 +26,7 @@ public:
CellTrendDataPacket(CellTrendDataPacket&&) noexcept;
CellTrendDataPacket& operator=(CellTrendDataPacket&&) noexcept;
uint16_t packet_code() const;
uint16_t packet_code() const override;
uint16_t length_of_block() const;
std::string cell_id() const;
int16_t i_position() const;