camera_merge_main #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "camera_merge_main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +86,4 @@
#[allow(dead_code)]
impl CameraPictureParameters {
pub fn default_single() -> Self {
maybe those can be constants?
@ -0,0 +137,4 @@
#[allow(dead_code)]
#[derive(new)]
pub struct IMS100BatchHandler<TmSender: EcssTmSender> {
I don't think we need to abstract the TM Sender. It will always be a
mpsc::Sender<PacketAsVec>