pictorus-blocks 0.0.0

Implementations of Pictorus blocks.
Documentation
1
2
3
4
5
6
7
8
9
10
mod fft_block;
pub use fft_block::FftBlock as FFTBlock;

mod system_time_block;
pub use system_time_block::{Sim, SystemTimeBlock};

#[cfg(target_arch = "x86_64")]
mod fmu_block;
#[cfg(target_arch = "x86_64")]
pub use fmu_block::FmuBlock;