3455a2500f
Merge remote-tracking branch 'origin/main' into request-reply-messaging-mode-tree
Rust/sat-rs/pipeline/pr-main Build started...
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-04-02 10:07:25 +02:00
bc04275763
Continue update
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-04-02 09:55:30 +02:00
a5941751d7
Simplify low-level PUS API for verification and events
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-29 16:22:40 +01:00
3642a88ea8
continue unittests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-28 09:53:11 +01:00
098981686b
add another unittest
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-26 10:56:47 +01:00
47b9bb1fb9
testbench for reply handlers
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 19:18:15 +01:00
621e9c094a
make some test utilities shareable
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-25 15:44:27 +01:00
cacff05b3c
reduce some boilerplate
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-24 12:22:37 +01:00
73291908f6
I don't think channel IDs are required anymore
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-03-21 17:12:30 +01:00
4785446d99
added first concrete TM being generated
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-14 16:51:19 +01:00
460ce8074f
add more tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 16:28:26 +01:00
e7cec1d333
continue with reply handler unittesting
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-11 12:35:56 +01:00
c832e71bb0
continued reply handler test
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-03-06 16:09:12 +01:00
dca573e8a9
use generic request ID type
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-28 11:05:22 +01:00
eea9b11b39
refactored verification reporter
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Use generics instead of trait objects where applicable.
2024-02-26 11:41:42 +01:00
ba03150178
Added high-level abstraction for some PUS services
...
Rust/sat-rs/pipeline/pr-main This commit looks good
Introduced high-level abstractions for targetable requests in general.
- PUS Service 3 (HK) abstraction for targetable HK requests
- PUS Service 8 (Action) abstraction for targetable action requests
2024-02-20 14:33:21 +01:00
de4e6183b3
Re-structure sat-rs
...
Rust/sat-rs/pipeline/pr-main This commit looks good
- Add new shared subcrate satrs-shared to split off some shared
components not expected to change very often.
- Renmame `satrs-core` to `satrs`. It is expected that sat-rs will remain
the primary crate, so the core information is superfluous, and core also
implies stability, which will not be the case for some time.
2024-02-12 15:51:37 +01:00