diff --git a/satrs/src/lib.rs b/satrs/src/lib.rs index 7418693..dbdce2d 100644 --- a/satrs/src/lib.rs +++ b/satrs/src/lib.rs @@ -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 //! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs). diff --git a/satrs/src/pus/scheduler_srv.rs b/satrs/src/pus/scheduler_srv.rs index 8976143..9913338 100644 --- a/satrs/src/pus/scheduler_srv.rs +++ b/satrs/src/pus/scheduler_srv.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) /// 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 /// telecommands inside the scheduler. The user can retrieve the wrapped scheduler via the