mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Introduce <fairmq/runDevice.h>
This commit is contained in:
committed by
Dennis Klein
parent
cef6d0afcd
commit
978191fa6c
@@ -1,5 +1,5 @@
|
||||
/********************************************************************************
|
||||
* Copyright (C) 2017-2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* Copyright (C) 2017-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* *
|
||||
* This software is distributed under the terms of the *
|
||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||
@@ -9,10 +9,10 @@
|
||||
#ifndef FAIR_MQ_DEVICERUNNER_H
|
||||
#define FAIR_MQ_DEVICERUNNER_H
|
||||
|
||||
#include <fairmq/Device.h>
|
||||
#include <fairmq/EventManager.h>
|
||||
#include <fairmq/PluginManager.h>
|
||||
#include <fairmq/ProgOptions.h>
|
||||
#include <FairMQDevice.h>
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
@@ -73,7 +73,7 @@ class DeviceRunner
|
||||
|
||||
std::vector<std::string> fRawCmdLineArgs;
|
||||
fair::mq::ProgOptions fConfig;
|
||||
std::unique_ptr<FairMQDevice> fDevice;
|
||||
std::unique_ptr<Device> fDevice;
|
||||
PluginManager fPluginManager;
|
||||
const bool fPrintLogo;
|
||||
|
||||
|
Reference in New Issue
Block a user