Digital Output Control
This module takes a value from the Audio Weaver Canvass and sends it to the target hardware Please refer to the accompanying documentation of the target hardware Locator values serves as an ID which associates the module instance to the hardware feature or connection 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.
typedef struct _ModuleDanville_Digital_Out { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure INT32 Digital_Out_Val; // Digital Out Value INT32 Digital_Out_OLD_Val; // Digital Out OLD Value INT32 Digital_Out_Default_Val; // Digital Out Default Locator INT32 Digital_Out_Locator; // Digital Out Locator INT32 Digital_Out_Override; // Digital Out Override } ModuleDanville_Digital_OutClass; |
Name | Type | Usage | isHidden | Default value | Range | Units |
Digital_Out_Val | int | parameter | 0 | 0 | 0:65535 | |
Digital_Out_OLD_Val | int | parameter | 0 | 0 | 0:65535 | |
Digital_Out_Default_Val | int | parameter | 0 | 0 | 0:65535 | |
Digital_Out_Locator | int | parameter | 0 | 0 | 0:31 | |
Digital_Out_Override | int | parameter | 0 | 0 | 0:1 |
Name: in
Description: Danville Output Value
Data type: int
Channel range: 1
Block size range: 1
Sample rate range: Unrestricted
Complex support: Real
File Name: Danville_Digital_Out.m
Copyright 2016. Danville Signal Processing, Inc. All Rights Reserved. Author: E. Enrique $Revision: 1.1 $ ---------------------------------------------------------------------- Create the high-level object with interface variables only. ---------------------------------------------------------------------- |