- Introduction
The IPC Host Only Plugin is a delivered Streaming Service plugin which provides Streaming Services for receiving and transmitting Samples via local IPC Methods using Unix Sockets on Linux and Pipes on Windows.
IPC Host Only 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 Host Only Receiver |
CID | host_only_receiver.streaming_source.adtf.cid |
Description | Use this Streaming Source to receive sample data from another local ADTF System using Unix Sockets on Linux and Pipes on Windows. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
source/communication_end_point_name | | cString | Unambiguous specified name for communication 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 Host Only 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 Host Only Sender |
CID | host_only_sender.streaming_sink.adtf.cid |
Description | Use this Streaming Sink to transmit sample data to another local ADTF System using Unix Sockets on Linux and Pipes on Windows. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
sink/communication_end_point_name | | cString | Unambiguous specified name for communication socket. | |
- 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 |