aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/process_manager.py
Commit message (Collapse)AuthorAgeFilesLines
* sim: Integrate simulator into UHDSamuel O'Brien2020-10-281-0/+60
This commit adds a device::register_device which allows uhd to start up a simulator when uhd is called with the arguments type=sim. Creating the device object creates a subprocess using pybind and an embedded interpreter, and destroying the object cleans up those subprocesses. Signed-off-by: Samuel O'Brien <sam.obrien@ni.com>