ADTF  3.18.2
Demo Data Load Generator Plugin

Table of Contents

Demo Data Load Generator

Plugin Information
Plugin Filenamedemo_data_load_generator.adtfplugin
Plugin Descriptiondemo_data_load_generator.plugindescription
Plugin NameDemo Data Load Generator Source Plugin
LicenseADTF
Support Mailsupport@digitalwerk.net
Homepage URLhttps://support.digitalwerk.net/
Plugin Versions
Plugin Version3.18.2
Plugin File Version1.0
adtf3.18.2
adtf::ucom3.1.0
Component Information
NameDemo Data Load Generator
CIDdemo_data_load_generator.streaming_source.adtf.cid
DescriptionUse this Streaming Source to generate random data load configured by 'data_rate_bytes_per_second' and 'data_interval_us' properties.
TypeFilter
Properties
NameValueTypeDescriptionSubproperties
data_interval_us0tUInt64Update interval in microseconds to generate random data. This is only used when no Timer Runner is connected to the 'generate_data' runner.
data_rate_bytes_per_second0tFloat64Count of bytes which should be generated per second.
Output Pins
NameStream TypeDescription
data demo_data_load_generator_source_plugin_demo_data_load_generator_streaming_source_adtf_cid_data Provides the randomly generated data
Runner
NameActivation TypeData TriggeredData InputThread TriggeredThread CyclicTimer TriggeredTimer IntervalDescription
generate_data100010Connect a Timer Runner that will trigger the data generation. In this case the property `data_interval_us` has no effect.If this is not connected, the source will create a timer on its own.
Dynamic Pins
Dynamic Input Pinsfalse
Dynamic Output Pinsfalse
Dynamic Input Binding Pinsfalse
Dynamic Output Binding Pinsfalse
Required Interfaces
IID
reference_clock.riddler.streaming.adtf.iid
kernel.penguin.services.adtf.iid
Output Pin Stream Types
Pin Namedata
Meta Type Name
Stream Type Properties

Source Code
Remarks
  • to generate data set both properties to a non-zero value