Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Sink module holding Boolean data

Type Definition

Code Block
typedef struct _ModuleBooleanSink
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32* value;                                 // Boolean array of response to the signals on the wires
} ModuleBooleanSinkClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

value

int*

state

0

[32 x 1]

0:1:1

Pins

Input Pins

Name: in

Description: Boolean input

...

Sample rate range: Unrestricted

Complex support: Real

MATLAB Usage

File Name: boolean_sink_module.m

...