VPTissue Reference Manual
SimPT_Parex::Server Class Reference

Server class accepting TCP connections and setting up the server structures. More...

#include <Server.h>

Inheritance diagram for SimPT_Parex::Server:
Inheritance graph
Collaboration diagram for SimPT_Parex::Server:
Collaboration graph

Public Member Functions

 Server (int minimumNodes, int port=8888, QObject *parent=nullptr)
 Constructor. More...
 
virtual ~Server ()
 Destructor.
 

Detailed Description

Server class accepting TCP connections and setting up the server structures.

Definition at line 32 of file Server.h.

Constructor & Destructor Documentation

SimPT_Parex::Server::Server ( int  minimumNodes,
int  port = 8888,
QObject parent = nullptr 
)

Constructor.

Parameters
minimumNodesThe minimal number of nodes this server should have
portThe port the server should listen on
parentThe QObject parent

Definition at line 34 of file Server.cpp.

References SimPT_Parex::WorkerPool::globalInstance(), and SimPT_Parex::WorkerPool::SetMinNumWorkers().

Here is the call graph for this function:


The documentation for this class was generated from the following files: