Component: Multiplex (DSP)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.2 (Release)
Category DSP


Image Multiplex component

Allows multiple input buffers to be multiplexed to a single output buffer.

Examples

No additional examples


Downloadable macro reference

Multiplex

Passes a single value from the selected input buffer into the output buffer.

Parameters

This macro has no parameters


Return value

This call does not return a value


SetMultiplexSource

Specifies the source buffer to copy through to the output buffer.

Parameters

BYTE Source
BOOL ResetInputIndex
0=Leave Index, 1=Reset Index to 0


Return value

This call does not return a value


MultiplexArray

Passes an entire buffer through the multiplexer.

Parameters

This macro has no parameters


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

Connect To 0

This property is of type Panel object and can be referenced with the variable name ConnectTo.

DSP component with output buffer to collect our data from.

Connect To 1

This property is of type Panel object and can be referenced with the variable name ConnectTo2.

DSP component with output buffer to collect our data from.

Buffer Size

This property is of type Unsigned integer and can be referenced with the variable name BuffSize.

Number of individual elements the buffer can store, default 1.

Buffer Type

This property is of type Fixed list of ints and can be referenced with the variable name BuffType.

Sets the buffer data type.

Number of Inputs

This property is of type Fixed list of ints and can be referenced with the variable name NumInputs.

The number of inputs the multiplexer can switch between.