added some stuff
This commit is contained in:
12
src/cam.rs
Normal file
12
src/cam.rs
Normal file
@ -0,0 +1,12 @@
|
||||
use satrs_core::tmtc::AddressableId;
|
||||
|
||||
pub type CollectionIntervalFactor = u32;
|
||||
|
||||
//#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum CameraRequest {
|
||||
OneShot(AddressableId),
|
||||
OneShotWithTimeStamp(AddressableId),
|
||||
}
|
Reference in New Issue
Block a user