mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
feat(examples): Add new example with custom controller plugin (statically compiled in)
This commit is contained in:
committed by
Alexey Rybalchenko
parent
4587af2eb4
commit
faa309556f
21
examples/custom-controller/MyDevice.h
Normal file
21
examples/custom-controller/MyDevice.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/********************************************************************************
|
||||
* Copyright (C) 2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* *
|
||||
* This software is distributed under the terms of the *
|
||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||
* copied verbatim in the file "LICENSE" *
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef FAIR_MQ_EXAMPLE_CUSTOM_CONTROLLER_DEVICE
|
||||
#define FAIR_MQ_EXAMPLE_CUSTOM_CONTROLLER_DEVICE
|
||||
|
||||
#include <fairmq/Device.h>
|
||||
|
||||
namespace example {
|
||||
|
||||
using MyDevice = typename fair::mq::Device;
|
||||
|
||||
} // namespace example
|
||||
|
||||
#endif /* FAIR_MQ_EXAMPLE_CUSTOM_CONTROLLER_DEVICE */
|
||||
|
Reference in New Issue
Block a user