Skip to main content

demonstrate_push

Function demonstrate_push 

Source
pub fn demonstrate_push<T: Transcendental, const BUF_SIZE: usize>(
    port: &mut dyn ActivePort<T, BUF_SIZE>,
    data: [T; BUF_SIZE],
) -> Result<(), PortError>
Expand description

Example of pushing data to an output port.