sat-rs/satrs-core/tests
Robin Mueller 40120dc83f
various fixes and updates for satrs-core
1. Fix pools integration test to avoid occasional deadlocks
2. tmtc module: The `CcsdsPacketHandler` and `PusServiceProvider`
   do not require a send bound anymore. However, these traits now
   have an extension trait called `Sendable<DefaultName>` which requires
   the trait + Send. A blanket implementation is provided. The helper
   structs like `PusDistributor` and `CcsdsDistributor` require
   the new Sendable trait version to allow more ergnomic usage
   with threads.
2023-01-27 00:04:56 +01:00
..
hk_helpers.rs re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
pools.rs various fixes and updates for satrs-core 2023-01-27 00:04:56 +01:00
pus_autogen_events.rs re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
pus_events.rs re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
pus_verification.rs fix tests 2023-01-21 13:52:21 +01:00