- Introduction
The IPC TCP Plugin is a delivered Streaming Service plugin which provides Streaming Services for receiving and transmitting Samples via TCP.
IPC TCP Receiver
- Plugin Information
-
- Plugin Versions
Plugin Version | 3.99.99 |
Plugin File Version | 1.0 |
adtf | 3.99.99 |
adtf::ucom | 3.1.0 |
- Component Information
Name | IPC TCP Receiver |
CID | tcp_receiver.streaming_source.adtf.cid |
Description | Use this Streaming Source to receive sample data from another ADTF System using TCP protocol. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
source/host | | cString | Remote IP address for communication. If 'tcp_server' is set to true, this is the local interface that the server socket will be bound to. | |
source/port | 0 | tUInt32 | Opened port for communication. | |
source/tcp_server | false | tBool | Whether or not this component creates the tcp server socket, or if false, connects to a remote socket. | |
synchronize_timestamps | true | tBool | If enabled, the current Streamtime will be set to the received Sample. | |
- Runner
Name | Activation Type | Data Triggered | Data Input | Thread Triggered | Thread Cyclic | Timer Triggered | Timer Interval | Description |
receive_data | 6 | 0 | | 1 | 1 | 0 | 0 | Connect a Thread Runner that will provide the context for receiving all data. If this is not connected, the source will create a thread on its own. |
- Dynamic Pins
Dynamic Input Pins | false |
Dynamic Output Pins | true |
Dynamic Input Binding Pins | false |
Dynamic Output Binding Pins | false |
- Required Interfaces
IID |
adtf_file_objects.devil.services.adtf.iid |
IPC TCP Sender
- Plugin Information
-
- Plugin Versions
Plugin Version | 3.99.99 |
Plugin File Version | 1.0 |
adtf | 3.99.99 |
adtf::ucom | 3.1.0 |
- Component Information
Name | IPC TCP Sender |
CID | tcp_sender.streaming_sink.adtf.cid |
Description | Use this Streaming Sink to transmit sample data to another ADTF System using TCP protocol. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
sink/interface | 0.0.0.0 | cString | This specifies the IP address of the interface to listen for clients on. If 'tcp_server' is set to 'false', this is the remote host to connect to. | |
sink/no_tcp_delay | true | tBool | If activated, the TCP_NODELAY option will be set for the socket. | |
sink/port | 0 | tUInt32 | The TCP port to listen for clients on. | |
sink/tcp_server | true | tBool | Whether or not this component creates the tcp server socket, or if false, connects to a remote socket. Keep in Mind if the sink is a tcp client, it supports only a single destination source. | |
- Runner
Name | Activation Type | Data Triggered | Data Input | Thread Triggered | Thread Cyclic | Timer Triggered | Timer Interval | Description |
transmit_data | 6 | 0 | | 1 | 1 | 0 | 0 | Connect a Thread Runner that will provide the context for transmitting all data. If this is not connected, the source will create a thread on its own. |
- Dynamic Pins
Dynamic Input Pins | true |
Dynamic Output Pins | false |
Dynamic Input Binding Pins | false |
Dynamic Output Binding Pins | false |
- Required Interfaces
IID |
adtf_file_objects.devil.services.adtf.iid |