Closed guruofquality closed 9 years ago
given a file or a JSON string, parse to discover a list of blocks, block properties, and connections to create the topology.
//! make a topology given JSON description Topology(const std::string &json);
https://github.com/pothosware/pothos/commit/a4e68c287bf209e3a52cec40f4c3fe3cedc62ca5
given a file or a JSON string, parse to discover a list of blocks, block properties, and connections to create the topology.
//! make a topology given JSON description Topology(const std::string &json);