helics
2.8.1
src
helics
network
inproc
InprocBroker.h
1
/*
2
Copyright (c) 2017-2021,
3
Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable
4
Energy, LLC. See the top-level NOTICE for additional details. All rights reserved.
5
SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
#pragma once
9
10
#include "../NetworkBroker.hpp"
11
12
namespace
helics
{
13
namespace
inproc
{
14
class
InprocComms;
15
17
using
InprocBroker =
18
NetworkBroker<InprocComms, interface_type::inproc, static_cast<int>(
core_type::INPROC
)>;
19
20
}
// namespace inproc
21
}
// namespace helics
helics::core_type::INPROC
@ INPROC
core/broker using a stripped down in process core type
helics
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition:
AsyncFedCallInfo.hpp:14
helics::interface_type::inproc
@ inproc
using inproc sockets for communications
Generated by
1.8.17