futuresdr 0.0.39

An Experimental Async SDR Runtime for Heterogeneous Architectures.
Documentation
1
2
3
4
5
6
7
pub struct ControlPort;

impl ControlPort {
    pub fn new() -> Self {
        Self
    }
}