![]() |
helics
2.8.1
|
#include <AsioBrokerServer.hpp>
Inheritance diagram for helics::apps::AsioBrokerServer:Public Member Functions | |
| AsioBrokerServer (std::string) | |
| void | enableTcpServer (bool) |
| void | enableUdpServer (bool) |
| virtual void | startServer (const Json::Value *) override |
| virtual void | stopServer () override |
Public Member Functions inherited from helics::apps::TypedBrokerServer | |
| virtual void | processArgs (const std::string &args) |
Additional Inherited Members | |
Static Protected Member Functions inherited from helics::apps::TypedBrokerServer | |
| static ActionMessage | generateMessageResponse (const ActionMessage &rxcmd, portData &pdata, core_type ctype) |
| static int | getOpenPort (portData &pd) |
| static void | assignPort (portData &pd, int pnumber, std::shared_ptr< Broker > &brk) |
| static void | logMessage (const std::string &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.
1.8.17