CommunicationParameters Class Reference

Holds the communication parameter to configure the connection between senders and receiver. More...

Functions

def __cinit__ (self)
 Default constructor. More...
 
def set_for_shared_memory (self)
 Setup the communication to used shared memory for intra process workflow, senders and receiver in different threads.
 
def set_for_local_network (self, int port, str ip="")
 Setup local Network connection information.
 
def port (self)
 The comm port used for streaming the data.
 
def ip_address (self)
 The IP address of the sender.
 
def comm_type (self)
 The type of the used communication.
 

Detailed Description

Holds the communication parameter to configure the connection between senders and receiver.

Functions

◆ __cinit__()

def __cinit__ (   self)

Default constructor.

All the parameters are set to their default and optimized values.