Difference between revisions of "Adapter"

From DocDataFlow
Jump to: navigation, search
(Adapter)
Line 1: Line 1:
 
= Adapter =
 
= Adapter =
  
A basic adapter is a processing unit which has at least an input connection, and an output connection. It accepts granules through its input connection, and emits granules through its output connection.
+
A basic adapter is a processing unit which has at least an input connection, and an output connection. It accepts [[Granule|''granules'']] through its input connection, and emits [[Granule|''granules'']] through its output connection.
  
 
[[File:Adapter.png|400px]]
 
[[File:Adapter.png|400px]]

Revision as of 20:47, 26 December 2013

Adapter

A basic adapter is a processing unit which has at least an input connection, and an output connection. It accepts granules through its input connection, and emits granules through its output connection.

Adapter.png

Some adapters have additional output connections - e.g. an input splitter is an adapter that connects to many output adapters.

Some adapters might not produce any output, and act as a sink. They might be collating their input data into a common data pool, where it can be picked up later by another adapter, or they might be outputting it to the outside world, and have no need to pass it on to an adapter further in the chain.