eurosim-obsw/src/cam.rs

12 lines
269 B
Rust
Raw Permalink Normal View History

2023-01-19 16:16:48 +01:00
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),
}