minor clean up

This commit is contained in:
Robin Mueller
2026-03-10 11:56:39 +01:00
parent 42c7a3b9ee
commit 512384026c
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@ use models::{ccsds::CcsdsTmPacketOwned, control, ComponentId, Event, Message};
use crate::ccsds::pack_ccsds_tm_packet_for_now;
// TODO: We should add the capability to enable/disable the TM generation of individual events and
// event groups as well.
pub struct EventManager {
pub ctrl_rx: std::sync::mpsc::Receiver<control::Event>,
pub tm_tx: std::sync::mpsc::SyncSender<CcsdsTmPacketOwned>,