![]() |
VPTissue Reference Manual
|
Server class accepting TCP connections and setting up the server structures. More...
#include <Server.h>


Public Member Functions | |
| Server (int minimumNodes, int port=8888, QObject *parent=nullptr) | |
| Constructor. More... | |
| virtual | ~Server () |
| Destructor. | |
Server class accepting TCP connections and setting up the server structures.
| SimPT_Parex::Server::Server | ( | int | minimumNodes, |
| int | port = 8888, |
||
| QObject * | parent = nullptr |
||
| ) |
Constructor.
| minimumNodes | The minimal number of nodes this server should have |
| port | The port the server should listen on |
| parent | The QObject parent |
Definition at line 34 of file Server.cpp.
References SimPT_Parex::WorkerPool::globalInstance(), and SimPT_Parex::WorkerPool::SetMinNumWorkers().
