This commit is contained in:
Robin Müller 2023-07-10 00:31:58 +02:00
parent fffd1af81f
commit 6567a8367a
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -528,9 +528,9 @@ pub mod std_mod {
}
}
/// Base class for handlers which can handle PUS TC packets. Right now, the message queue
/// backend is constrained to [mpsc::channel]s and the verification reporter
/// is constrained to the [StdVerifReporterWithSender].
/// Base class for handlers which can handle PUS TC packets. Right now, the verification
/// reporter is constrained to the [StdVerifReporterWithSender] and the service handler
/// relies on TMTC packets being exchanged via a [SharedPool].
pub struct PusServiceBase {
pub tc_receiver: Box<dyn EcssTcReceiver>,
pub shared_tc_store: SharedPool,