![]() |
helics
3.6.1
|
#include <AsioBrokerServer.hpp>
Inheritance diagram for helics::apps::AsioBrokerServer:Public Member Functions | |
| AsioBrokerServer (std::string_view) | |
| void | enableTcpServer (bool) |
| void | enableUdpServer (bool) |
| virtual void | startServer (const nlohmann::json *, const std::shared_ptr< TypedBrokerServer > &) override |
| virtual void | stopServer () override |
Public Member Functions inherited from helics::apps::TypedBrokerServer | |
| virtual void | processArgs (std::string_view args) |
Additional Inherited Members | |
Static Protected Member Functions inherited from helics::apps::TypedBrokerServer | |
| static ActionMessage | generateMessageResponse (const ActionMessage &rxcmd, portData &pdata, CoreType ctype) |
| static int | getOpenPort (portData &pd) |
| static void | assignPort (portData &pd, int pnumber, std::shared_ptr< Broker > &brk) |
| static void | logMessage (std::string_view message) |
a virtual class to use as a base for broker servers of various types
|
inlineoverridevirtual |
start the server
Implements helics::apps::TypedBrokerServer.
|
inlineoverridevirtual |
stop the server
Implements helics::apps::TypedBrokerServer.