FairMQ  1.4.14
C++ Message Queuing Library and Framework
SuboptParser.h
1 /********************************************************************************
2  * Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public License (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 
13 
14 #ifndef FAIR_MQ_SUBOPTPARSER_H
15 #define FAIR_MQ_SUBOPTPARSER_H
16 
17 #include <fairmq/JSONParser.h>
18 
19 #include <vector>
20 #include <string>
21 
22 namespace fair
23 {
24 namespace mq
25 {
26 
44 Properties SuboptParser(const std::vector<std::string>& channelConfig, const std::string& deviceId);
45 
46 }
47 }
48 
49 #endif /* FAIR_MQ_SUBOPTPARSER_H */
Tools for interfacing containers to the transport via polymorphic allocators.
Definition: DeviceRunner.h:23

privacy