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

@ -16,7 +16,7 @@ pub struct Service17CustomWrapper {
}
impl Service17CustomWrapper {
pub fn perform_operation(&mut self) -> bool {
pub fn handle_next_packet(&mut self) -> bool {
let res = self.pus17_handler.handle_next_packet();
if res.is_err() {
warn!("PUS17 handler failed with error {:?}", res.unwrap_err());