Commit Graph

10 Commits

Author SHA1 Message Date
7380a3b24c
some doc improvements
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-26 10:46:27 +01:00
97a8035333
that might fix docs 2024-02-26 10:35:12 +01:00
f91075a598
another small fix
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-26 10:31:09 +01:00
85b9f6a002
introduce crossbeam module 2024-02-26 10:20:21 +01:00
b5b5e92863 improve docs
Some checks are pending
Rust/sat-rs/pipeline/head Build started...
2024-02-23 17:41:36 +01:00
0d5f06c589 refactored verification reporter 2024-02-23 17:39:51 +01:00
a690c7720d Refactored event manager
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
2024-02-23 14:19:30 +01:00
ba03150178 Added high-level abstraction for some PUS services
All checks were successful
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
7af327d077 of course, something is missing..
Some checks are pending
Rust/sat-rs/pipeline/head Build started...
2024-02-12 18:17:50 +01:00
de4e6183b3 Re-structure sat-rs
All checks were successful
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