 |
helics
2.8.1
|
Go to the documentation of this file.
38 bool matchingTypes(
const std::string& type1,
const std::string& type2);
@ UDP
use UDP packets to send the data
core_type
Definition: core-types.hpp:37
bool isCoreTypeAvailable(core_type type) noexcept
Definition: typeOperations.cpp:22
@ TCP
use a generic TCP protocol message stream to send messages
std::string to_string(core_type type)
Definition: typeOperations.cpp:12
@ WEBSOCKET
core/broker using web sockets
@ DEFAULT
ZMQ if available or UDP.
@ ZMQ
use the Zero MQ networking protocol
@ INPROC
core/broker using a stripped down in process core type
@ NNG
reserved for future Nanomsg implementation
@ IPC
same as INTERPROCESS
@ MULTI
use the multi-broker
@ INTERPROCESS
use when all federates are on the same machine
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
core_type coreTypeFromString(std::string type) noexcept
Definition: typeOperations.cpp:17
@ HTTP
core/broker using web traffic
@ NULLCORE
explicit core type that doesn't exist
@ MPI
use MPI for operation on a parallel cluster
@ TEST
use the Test core if all federates are in the same process