helics
3.5.2
src
helics
network
ipc
IpcBroker.h
1
/*
2
Copyright (c) 2017-2024,
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
#pragma once
8
9
#include "../NetworkBroker.hpp"
10
11
namespace
helics
{
12
namespace
ipc {
13
class
IpcComms;
14
16
using
IpcBroker = NetworkBroker<IpcComms,
17
gmlc::networking::InterfaceTypes::IPC,
18
static_cast<
int
>
(
CoreType::IPC
)>;
19
20
}
// namespace ipc
21
}
// namespace helics
helics
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition:
AsyncFedCallInfo.hpp:14
helics::CoreType::IPC
@ IPC
same as INTERPROCESS
Generated by
1.9.1