Skip to main content
Skip table of contents

Danville_Source_Select

Overview

Source Select Control

Discussion

This module allows users to select an input signal source. Please refer to the accompanying documentation of the target hardware Note that if user selects an unsupported value, target will use default value instead. The default value field gives users to enter a one time initialization value for this module instance. Clicking the overrride checkbox allows user to use a value entered via inspector.

Type Definition

CODE
typedef struct _ModuleDanville_Source_Select
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32 Source_Select_Val;                      // Source Select Value
    INT32 Source_Select_Default_Val;              // Source Select Default Value
    INT32 Source_Select_OLD_Val;                  // Source Select OLD Value
    INT32 Source_Select_Override;                 // Source Select Override
} ModuleDanville_Source_SelectClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

Source_Select_Val

int

parameter

0

0

0:31

Source_Select_Default_Val

int

parameter

0

0

0:31

Source_Select_OLD_Val

int

parameter

0

0

0:31

Source_Select_Override

int

parameter

0

0

0:1

Pins

Output Pins

Name: out

Description: Source Select

Data type: int

MATLAB Usage

File Name: Danville_Source_Select.m

CODE
 M=Danville_Source_Select_module(NAME)
 
 Copyright 2016.   Danville Signal Processing, Inc. All Rights Reserved.
 Author:  E. Enrique
 $Revision: 1.1 $

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.