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:
RadialDataPacket(RadialDataPacket&&) noexcept;
RadialDataPacket& operator=(RadialDataPacket&&) noexcept;
uint16_t packet_code() const;
uint16_t packet_code() const override;
uint16_t index_of_first_range_bin() const;
uint16_t number_of_range_bins() const;
int16_t i_center_of_sweep() const;