Included setting dft number from gui.

This commit is contained in:
2025-09-12 22:40:55 +02:00
parent d9477626e1
commit beefe733c0
5 changed files with 46 additions and 12 deletions

View File

@@ -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,
}