rework event management module

This commit is contained in:
Robin Mueller
2025-10-16 12:53:06 +02:00
parent 5d40638964
commit 778512d50e
17 changed files with 2395 additions and 1261 deletions

View File

@@ -265,7 +265,7 @@ mod alloc_mod {
mod tests {
use super::*;
use crate::ComponentId;
use crate::events::{EventU32, Severity};
use crate::events_legacy::{EventU32, Severity};
use crate::pus::test_util::TEST_COMPONENT_ID_0;
use crate::pus::tests::CommonTmInfo;
use crate::pus::{ChannelWithId, EcssTmSender, EcssTmtcError, PusTmVariant};