1 #ifndef SIMPT_PAREX_SERVER_H_
2 #define SIMPT_PAREX_SERVER_H_
27 class ExplorationManager;
43 Server(
int minimumNodes,
int port = 8888,
QObject *parent =
nullptr);
51 void HandleConnection();
54 std::shared_ptr<ExplorationManager> m_exploration_manager;
59 #endif // end-of-include-guard
see the online Qt documentation
Server(int minimumNodes, int port=8888, QObject *parent=nullptr)
Constructor.
virtual ~Server()
Destructor.
Namespace for SimPT parameter explorer package.
see the online Qt documentation
Server class accepting TCP connections and setting up the server structures.