start adding CFDP state machines
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
This commit is contained in:
13
satrs-core/src/cfdp/dest.rs
Normal file
13
satrs-core/src/cfdp/dest.rs
Normal file
@ -0,0 +1,13 @@
|
||||
use super::{TransactionStep, State};
|
||||
|
||||
pub struct DestinationHandler {
|
||||
step: TransactionStep,
|
||||
state: State
|
||||
}
|
||||
|
||||
impl DestinationHandler {
|
||||
|
||||
pub fn state_machine() {}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user