add TODO
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2024-04-15 13:06:12 +02:00
parent ef26074bf6
commit 794094ae9f
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -175,6 +175,7 @@ impl EcssTmSender for EcssTmDummySender {
}
}
// TODO: Maybe this should wrap PacketInStore and PacketAsVec instead..
/// A PUS telecommand packet can be stored in memory using different methods. Right now,
/// storage inside a pool structure like [crate::pool::StaticMemoryPool], and storage inside a
/// `Vec<u8>` are supported.