Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: Use RTTI "serialization" for stream commands | Martin Braun | 2019-11-26 | 1 | -4/+2 |
| | | | | | | | | A small modification to rfnoc::action_info makes it polymorphic, and instead of serializing data structures into a string, this allows creating custom action objects and identifying them via RTTI. The stream command action object is a good example for how to use this, so all the usages of stream command action objects were converted to this scheme. | ||||
* | rfnoc: Add action API | Martin Braun | 2019-11-26 | 1 | -0/+81 |
- Added action_info class - Allow to send actions from node to node - Allow to post actions into nodes - Allow to set default forwarding policies - Added unit tests |