fix: StatusAggregator with messages
The StatusAggregator did not pass on messages unless the StatusWithMessage was from another StatusAggregator. StatusWithMessage outputs from normal modules were treated like normal StatusOutputs without message.
Showing
- Modules/include/StatusWithMessage.h 3 additions, 0 deletionsModules/include/StatusWithMessage.h
- Modules/src/StatusAggregator.cc 39 additions, 23 deletionsModules/src/StatusAggregator.cc
- Modules/src/StatusWithMessage.cc 1 addition, 1 deletionModules/src/StatusWithMessage.cc
- tests/executables_src/testStatusAggregator.cc 106 additions, 6 deletionstests/executables_src/testStatusAggregator.cc
Loading
Please register or sign in to comment