|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "cetlib/BasicPluginFactory.h"#include "cetlib/compiler_macros.h"#include "ers/Issue.hpp"#include "logging/Logging.hpp"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
Macros | |
| #define | EXTERN_C_FUNC_DECLARE_START |
| #define | DEFINE_DUNE_DET_TPCCHANNEL_MAP(klass) |
| Declare the function that will be called by the plugin loader. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (detchannelmaps, ChannelMapCreationFailed, "Failed to create TPCChannelMap of type "<< plugin_name,((std::string) plugin_name)) ERS_DECLARE_ISSUE(detchannelmaps | |
| A ERS Issue for TPCChannelMap creation failure. | |
Variables | |
| dunedaq::InvalidStreamID | |
| < Namespace | |
| #define DEFINE_DUNE_DET_TPCCHANNEL_MAP | ( | klass | ) |
Declare the function that will be called by the plugin loader.
| klass | Class to be defined as a DUNE DAQ Module |
Definition at line 22 of file TPCChannelMap.hpp.
| #define EXTERN_C_FUNC_DECLARE_START |
Definition at line 13 of file TPCChannelMap.hpp.