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. | |
| int | port (self) |
| The comm port used for streaming the data. | |
| str | ip_address (self) |
| The IP address of the sender. | |
| COMM_TYPE | comm_type (self) |
| The type of the used communication. | |
Holds the communication parameter to configure the connection between senders and receiver.
| def __cinit__ | ( | self | ) |
Default constructor.
All the parameters are set to their default and optimized values.