minor fixes
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
21b115582c
commit
0c02f4c9b4
@ -1,4 +1,4 @@
|
|||||||
//! # Core components of the sat-rs framework
|
//! # sat-rs: A framework to build on-board software for remote systems
|
||||||
//!
|
//!
|
||||||
//! You can find more information about the sat-rs framework on the
|
//! You can find more information about the sat-rs framework on the
|
||||||
//! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs).
|
//! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs).
|
||||||
|
@ -8,7 +8,7 @@ use spacepackets::time::cds::TimeProvider;
|
|||||||
|
|
||||||
/// This is a helper class for [std] environments to handle generic PUS 11 (scheduling service)
|
/// This is a helper class for [std] environments to handle generic PUS 11 (scheduling service)
|
||||||
/// packets. This handler is able to handle the most important PUS requests for a scheduling
|
/// packets. This handler is able to handle the most important PUS requests for a scheduling
|
||||||
/// service which provides the [PusSchedulerInterface].
|
/// service which provides the [PusSchedulerProvider].
|
||||||
///
|
///
|
||||||
/// Please note that this class does not do the regular periodic handling like releasing any
|
/// Please note that this class does not do the regular periodic handling like releasing any
|
||||||
/// telecommands inside the scheduler. The user can retrieve the wrapped scheduler via the
|
/// telecommands inside the scheduler. The user can retrieve the wrapped scheduler via the
|
||||||
|
Loading…
Reference in New Issue
Block a user