Project
Loading...
Searching...
No Matches
o2::framework::DPLModelAdapterConfig Struct Reference

#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
 

Detailed Description

Configuration object for dplModelAdaptor

Definition at line 73 of file ExternalFairMQDeviceProxy.h.

Member Data Documentation

◆ blindForward

bool o2::framework::DPLModelAdapterConfig::blindForward = false

blindly forward on one channel

Definition at line 79 of file ExternalFairMQDeviceProxy.h.

◆ paranoid

bool o2::framework::DPLModelAdapterConfig::paranoid = false

do all kinds of consistency checks

Definition at line 77 of file ExternalFairMQDeviceProxy.h.

◆ throwOnUnmatchedInputs

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.


The documentation for this struct was generated from the following file: