only actions and modes remaining

This commit is contained in:
2023-07-05 15:12:03 +02:00
parent 52a7682a55
commit 43408f3a9b
6 changed files with 66 additions and 55 deletions

View File

@ -7,7 +7,7 @@ pub struct Pus5Wrapper {
}
impl Pus5Wrapper {
pub fn perform_operation(&mut self) -> bool {
pub fn handle_next_packet(&mut self) -> bool {
match self.pus_5_handler.handle_next_packet() {
Ok(result) => match result {
PusPacketHandlerResult::RequestHandled => {}