From 23b80b556e241d463deca6ff91c9307f72f0b5c5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 16 Jan 2026 15:30:17 +0100 Subject: [PATCH] added todo --- satrs-example/src/tmtc/tm_sink.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/satrs-example/src/tmtc/tm_sink.rs b/satrs-example/src/tmtc/tm_sink.rs index fe712f2..a67a410 100644 --- a/satrs-example/src/tmtc/tm_sink.rs +++ b/satrs-example/src/tmtc/tm_sink.rs @@ -44,6 +44,7 @@ impl TmFunnelCommon { } } + // TODO: Replace pus tm zero copy writer by CCSDS zero copy writer. // Applies common packet processing operations for PUS TM packets. This includes setting // a sequence counter fn apply_packet_processing(&mut self, mut zero_copy_writer: PusTmZeroCopyWriter) {