Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sim: Move Hardware Specific to Config File | Samuel O'Brien | 2020-10-28 | 1 | -6/+74 |
| | | | | | | | | This commit moves various magic numbers and hardware specific settings into the configuration file. It also provides default presets for said configuration files which can be inherited from. Signed-off-by: Samuel O'Brien <sam.obrien@ni.com> | ||||
* | sim: Support Configuration Files | Samuel O'Brien | 2020-10-28 | 1 | -0/+52 |
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> |