Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create C++ wrappers for MPM RPC calls | Lane Kolbly | 2021-01-11 | 1 | -0/+152 |
This gives us type-safety, as well as allowing us to create unit tests for RFNoC radio_controls without having to create actual RPC servers and clients in the unit tests. This change also fixes a bug in mpmd_mb_controller::set_sync_source, where it was calling the wrong MPM function. |