modified power abstractions
This commit is contained in:
11
satrs-core/src/hk.rs
Normal file
11
satrs-core/src/hk.rs
Normal file
@ -0,0 +1,11 @@
|
||||
use crate::tmtc::AddressableId;
|
||||
|
||||
pub type CollectionIntervalFactor = u32;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum HkRequest {
|
||||
OneShot(AddressableId),
|
||||
Enable(AddressableId),
|
||||
Disable(AddressableId),
|
||||
ModifyCollectionInterval(AddressableId, CollectionIntervalFactor),
|
||||
}
|
Reference in New Issue
Block a user