This commit is contained in:
2023-07-06 01:14:01 +02:00
parent 0d6d85e6ff
commit 985af06d94
3 changed files with 26 additions and 0 deletions

View File

@ -12,6 +12,8 @@ use spacepackets::SpHeader;
use std::format;
use std::sync::mpsc::{Receiver, Sender};
/// This is a helper class for [std] environments to handle generic PUS 17 (test service) packets.
/// This handler only processes ping requests and generates a ping reply for them accordingly.
pub struct PusService17TestHandler {
psb: PusServiceBase,
}