 |
helics
3.3.0
|
12 constexpr
int DEFAULT_ZMQ_PORT = 23404;
14 constexpr
int BACKUP_ZMQ_PORT = 23406;
16 constexpr
int DEFAULT_ZMQSS_PORT = 23414;
17 constexpr
int BACKUP_ZMQSS_PORT = 23814;
20 constexpr
int DEFAULT_TCP_PORT = 24160;
21 constexpr
int BACKUP_TCP_PORT = 24161;
22 constexpr
int DEFAULT_TCPSS_PORT = 33133;
25 static const int DEFAULT_UDP_PORT = 23901;
26 static const int BACKUP_UDP_PORT = 23902;
29 int getDefaultPort(
int coreType);
@ HELICS_CORE_TYPE_ZMQ
Definition: helics_enums.h:26
@ HELICS_CORE_TYPE_ZMQ_SS
Definition: helics_enums.h:43
@ HELICS_CORE_TYPE_HTTP
Definition: helics_enums.h:49
@ HELICS_CORE_TYPE_UDP
Definition: helics_enums.h:41
@ HELICS_CORE_TYPE_WEBSOCKET
Definition: helics_enums.h:51
@ HELICS_CORE_TYPE_TCP_SS
Definition: helics_enums.h:47
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
@ HELICS_CORE_TYPE_TCP
Definition: helics_enums.h:39