pounder_test/stabilizer/src/pounder/types.rs

17 lines
210 B
Rust
Raw Normal View History

2020-06-09 00:20:10 +08:00
#[allow(dead_code)]
#[derive(Debug, Copy, Clone)]
pub enum DdsChannel {
Zero,
One,
Two,
Three,
}
#[allow(dead_code)]
#[derive(Debug, Copy, Clone)]
pub enum InputChannel {
Zero,
One,
}