helics 3.7.0
Loading...
Searching...
No Matches
ZmqHelper.h
1/*
2Copyright (c) 2017-2026,
3Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Energy
4Innovation LLC. See the top-level NOTICE for additional details. All rights reserved.
5SPDX-License-Identifier: BSD-3-Clause
6*/
7
8/*
9 * LLNS Copyright Start
10 * Copyright (c) 2017, Lawrence Livermore National Security
11 * This work was performed under the auspices of the U.S. Department
12 * of Energy by Lawrence Livermore National Laboratory in part under
13 * Contract W-7405-Eng-48 and in part under Contract DE-AC52-07NA27344.
14 * Produced at the Lawrence Livermore National Laboratory.
15 * All rights reserved.
16 * For details, see the LICENSE file.
17 * LLNS Copyright End
18 */
19#pragma once
20#include <string>
21
22namespace zmq {
23enum class socket_type : int;
24} // namespace zmq
25
26zmq::socket_type socketTypeFromString(const std::string& socketType);