pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

Topology() constructor from JSON description #85

Closed guruofquality closed 9 years ago

guruofquality commented 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);

guruofquality commented 9 years ago

https://github.com/pothosware/pothos/commit/a4e68c287bf209e3a52cec40f4c3fe3cedc62ca5