mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Included setting dft number from gui.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
use crate::icd::IcdDftNum;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub enum SingleFrequencySignal {
|
||||
Start(u32),
|
||||
Start(u32, IcdDftNum), // frequency in Hz, DFT number
|
||||
Stop,
|
||||
}
|
||||
Reference in New Issue
Block a user