Qudi
Public Member Functions | Public Attributes | List of all members
core.remote.RPyCServer Class Reference

Contains a RPyC server that serves modules to remote computers. More...

Inheritance diagram for core.remote.RPyCServer:
Inheritance graph
[legend]
Collaboration diagram for core.remote.RPyCServer:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, serviceClass, host, port, certfile=None, keyfile=None)
 
def run (self)
 Start the RPyC server.
 

Public Attributes

 serviceClass
 
 host
 
 port
 
 certfile
 
 keyfile
 
 server
 

Detailed Description

Contains a RPyC server that serves modules to remote computers.

Runs in a QThread.

Constructor & Destructor Documentation

◆ __init__()

def core.remote.RPyCServer.__init__ (   self,
  serviceClass,
  host,
  port,
  certfile = None,
  keyfile = None 
)
Parameters
classserviceClass: class that represents an RPyC service
intport: port that hte RPyC server should listen on

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