- Introduction
The IPC SCTP Plugin is a delivered Streaming Service plugin which provides Streaming Services for receiving and transmitting Samples via SCTP.
- Note
- Currently this plugin is only available on Linux!
IPC SCTP 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 SCTP Receiver |
CID | sctp_receiver.streaming_source.adtf.cid |
Description | Use this Streaming Source to receive sample data from another local ADTF System using SCTP protocol. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
source/host | | cString | URL for communication. | |
source/port | 0 | tUInt32 | Opened port for communication. | |
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 SCTP 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 SCTP Sender |
CID | sctp_sender.streaming_sink.adtf.cid |
Description | Use this Streaming Sink to transmit sample data to another local ADTF System using SCTP protocol. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
sink/interface | 0.0.0.0 | cString | IP address for communication. | |
sink/port | 0 | tUInt32 | Opened port for communication. | |
- 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 |