diff options
author | Samuel O'Brien <sam.obrien@ni.com> | 2020-07-21 12:43:55 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-10-28 15:25:48 -0500 |
commit | bd278a4b936f3e30f51d7cb9ff489f3ff7215379 (patch) | |
tree | 0001f604bf57831c8b760f7c135f134d91e950c2 /mpm/python/usrp_mpm/simulator/sample_source.py | |
parent | d42ddc804118b2e9120c84efd477f9f4b3f8472e (diff) | |
download | uhd-bd278a4b936f3e30f51d7cb9ff489f3ff7215379.tar.gz uhd-bd278a4b936f3e30f51d7cb9ff489f3ff7215379.tar.bz2 uhd-bd278a4b936f3e30f51d7cb9ff489f3ff7215379.zip |
sim: Support Configuration Files
This commit adds support for configuration files to the simulator. As of
now, these files only change the source and sink of data samples, but
they are easily extensible to add more configuration to the simulator.
Signed-off-by: Samuel O'Brien <sam.obrien@ni.com>
Diffstat (limited to 'mpm/python/usrp_mpm/simulator/sample_source.py')
-rw-r--r-- | mpm/python/usrp_mpm/simulator/sample_source.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/simulator/sample_source.py b/mpm/python/usrp_mpm/simulator/sample_source.py index 184649994..36278efd8 100644 --- a/mpm/python/usrp_mpm/simulator/sample_source.py +++ b/mpm/python/usrp_mpm/simulator/sample_source.py @@ -8,7 +8,6 @@ This module contains the interface for providing data to a simulator stream and receiving data from a simulator stream. """ -#TODO: This is currently unused, as the cli is largely incomplete sources = {} sinks = {} |