camera_merge_main #7
No reviewers
Labels
No Label
api
b-api
bug
concepts
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rust/ops-sat-rs#7
Loading…
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>