dataflow_declare_replace-snippet.h 171 Bytes
Newer Older
Michael Schmid committed
1 2 3 4 5
  Network::ParallelProcess<
    Network::Inputs<std::string>,
    Network::Outputs<std::string> > replace(
      network, embb::base::MakeFunction(ReplaceFunction)
    );