All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
- Increased example modularization by moving the majority of app logic inside dedicated modules - Added a new `dyn_tmtc` feature for the satrs-example which is used to configure the heap as the backing store for TMTC packages instead of static stores. - Added dedicated satrs-example chapter in satrs-book
18 lines
428 B
Markdown
18 lines
428 B
Markdown
# Summary
|
|
|
|
- [Introduction](./introduction.md)
|
|
- [Design](./design.md)
|
|
|
|
# Basic concepts and components
|
|
|
|
- [Communication with Space Systems](./communication.md)
|
|
- [Working with Constrained Systems](./constrained-systems.md)
|
|
- [Actions](./actions.md)
|
|
- [Modes and Health](./modes-and-health.md)
|
|
- [Housekeeping Data](./housekeeping.md)
|
|
- [Events](./events.md)
|
|
|
|
# Example project
|
|
|
|
- [The satrs-example application](./example.md)
|