any_source

Configuration

Input Ports

There are no input ports for this process.

Output Ports

Port name

Data Type

Flags

Description

data

_any

_required

The data.

Pipefile Usage

The following sections describe the blocks needed to use this process in a pipe file.

Pipefile block

# ================================================================
process <this-proc>
  :: any_source
# ================================================================

Process connections

The following Input ports will need to be set

# There are no input port's for this process

The following Output ports will need to be set

# This process will produce the following output ports
connect from <this-proc>.data
         to   <downstream-proc>.data

Class Description

class any_source_process : public sprokit::process

Generates arbitrary data.

\process Generates arbitrary data.

\oports

\oport{data} The data.

\reqs

\req The \port{data} output must be connected.

Public Functions

any_source_process(kwiver::vital::config_block_sptr const &config)

Constructor.

Parameters:

config – The configuration for the process.

~any_source_process()

Destructor.

class priv