![]() |
Project
|
#include <ExternalFairMQDeviceProxy.h>
Public Attributes | |
bool | throwOnUnmatchedInputs = true |
throw runtime error if an input message is not matched by filter rules | |
bool | paranoid = false |
do all kinds of consistency checks | |
bool | blindForward = false |
blindly forward on one channel | |
Configuration object for dplModelAdaptor
Definition at line 73 of file ExternalFairMQDeviceProxy.h.
bool o2::framework::DPLModelAdapterConfig::blindForward = false |
blindly forward on one channel
Definition at line 79 of file ExternalFairMQDeviceProxy.h.
bool o2::framework::DPLModelAdapterConfig::paranoid = false |
do all kinds of consistency checks
Definition at line 77 of file ExternalFairMQDeviceProxy.h.
bool o2::framework::DPLModelAdapterConfig::throwOnUnmatchedInputs = true |
throw runtime error if an input message is not matched by filter rules
Definition at line 75 of file ExternalFairMQDeviceProxy.h.