(8.D.1.2) Danville_DIR_Select
Overview
DIR Select Control
Discussion
This module allows users to select the hardware connection that feeds the DIR perihperal. Please refer to the accompanying documentation of the target hardware 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 via the inspector while the value from the canvass is ignored.
Type Definition
typedef struct _ModuleDanville_DIR_Select
{
ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
INT32 DIR_Select_Val; // Digital Out Value
INT32 DIR_Select_OLD_Val; // Digital Out OLD Value
INT32 DIR_Select_Default_Val; // Digital Out Default Locator
INT32 DIR_Select_Override; // Digital Out Override
} ModuleDanville_DIR_SelectClass;
Variables
Properties
Name | Type | Usage | isHidden | Default value | Range | Units |
DIR_Select_Val | int | parameter | 0 | 0 | 0:1 | Â |
DIR_Select_OLD_Val | int | parameter | 0 | 0 | 0:1 | Â |
DIR_Select_Default_Val | int | parameter | 0 | 0 | 0:1 | Â |
DIR_Select_Override | int | parameter | 0 | 0 | 0:1 | Â |
Pins
Input Pins
Name: in
Description: Danville DIR Select
Data type: int
Channel range: 1
Block size range: 1
Sample rate range: Unrestricted
Complex support: Real
MATLAB Usage
File Name: Danville_DIR_Select.m
M=Danville_DIR_Select_module(NAME, HASINPUTPIN)
Copyright 2016. Danville Signal Processing, Inc. All Rights Reserved.
Author: E. Enrique
$Revision: 1.1 $
----------------------------------------------------------------------
Create the high-level object with interface variables only.
----------------------------------------------------------------------
Â