Merge branch 'stop-logic' into add-action-service-controller-obj

This commit is contained in:
2024-04-10 15:03:21 +02:00
7 changed files with 8 additions and 5 deletions

1
src/interface/can.rs Normal file
View File

@ -0,0 +1 @@
//! This is a preliminary implementation of the necessary infrastructure to enable communication over OPS-SAT's internal CAN Bus.

View File

@ -1,2 +1,3 @@
pub mod can;
pub mod tcp;
pub mod udp;

View File

@ -13,7 +13,7 @@ use satrs::{
tmtc::{CcsdsDistributor, CcsdsError, ReceivesCcsdsTc, TmPacketSourceCore},
};
use crate::ccsds::CcsdsReceiver;
use crate::tmtc::ccsds::CcsdsReceiver;
#[derive(Default, Clone)]
pub struct SyncTcpTmSource {