helics 3.7.0
Loading...
Searching...
No Matches
InprocBroker.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#pragma once
9
10#include "../NetworkBroker.hpp"
11
12namespace helics {
13namespace inproc {
14 class InprocComms;
15
17 using InprocBroker = NetworkBroker<InprocComms,
18 gmlc::networking::InterfaceTypes::INPROC,
19 static_cast<int>(CoreType::INPROC)>;
20
21} // namespace inproc
22} // namespace helics
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition AsyncFedCallInfo.hpp:14
@ INPROC
core/broker using a stripped down in process core type