From 91181df0cfb2a5e33d16c8458a84978c14a005ba Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 1 Jul 2024 13:32:22 +0200 Subject: Common 649e0cb: Replace edi tagpacket callback by AF packet callback --- lib/edi/ETIDecoder.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/edi/ETIDecoder.hpp') diff --git a/lib/edi/ETIDecoder.hpp b/lib/edi/ETIDecoder.hpp index 3949a14..1ad6c64 100644 --- a/lib/edi/ETIDecoder.hpp +++ b/lib/edi/ETIDecoder.hpp @@ -58,7 +58,7 @@ struct eti_stc_data { }; struct ReceivedTagPacket { - std::vector tagpacket; + std::vector afpacket; frame_timestamp_t timestamp; seq_info_t seq; }; @@ -133,7 +133,7 @@ class ETIDecoder { bool decode_estn(const std::vector& value, const tag_name_t& n); bool decode_stardmy(const std::vector& value, const tag_name_t& n); - bool decode_tagpacket(const std::vector& value); + bool decode_afpacket(std::vector&& value); void packet_completed(); -- cgit v1.2.3