 |
helics
3.3.0
|
9 #include "../NetworkCore.hpp"
20 using TcpCore = NetworkCore<TcpComms, InterfaceTypes::TCP>;
30 virtual std::shared_ptr<helicsCLI11App>
generateCLI()
override;
33 std::vector<std::string> connections;
34 bool no_outgoing_connections =
false;
35 virtual bool brokerConnect()
override;
std::unique_ptr< TcpCommsSS > comms
the actual comms object
Definition: CommsBroker.hpp:24
virtual std::shared_ptr< helicsCLI11App > generateCLI() override
Definition: NetworkCore_impl.hpp:37
TcpCoreSS() noexcept
Definition: TcpCore.cpp:20
virtual std::shared_ptr< helicsCLI11App > generateCLI() override
Definition: TcpCore.cpp:24
std::mutex dataMutex
mutex protecting the configuration information
Definition: NetworkCore.hpp:31
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
Definition: NetworkCore.hpp:19
virtual bool brokerConnect() override
Definition: NetworkCore_impl.hpp:47