You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimeframeReader and TimeframeWriter devices (#370)
Initial attempt at TimeframeReader and TimeframeWriter devices.
This includes:
- Initial plumbing for the devices themselves.
- TimeframeParser helper class can be used to read data from an
std:istream and create FairMQParts from it.
- The test_TimeframeParser example generates a dummy timeframe and
pumps it through the TimeframeParser.
- FakeTimeframeGeneratorDevice, which can be used to generate timeframes
programmatically.
- TimeframeValidationTool which can be used to verify the contents of a timeframe file.
0 commit comments