Versions Compared

Key

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

Overview

DIR Active Status

Discussion

This module reflects the validity of the DIR (Digital Input Receiver) stream coming from the SHARC DSP. If value is set to 1 means a valid signal. A value of zero means a signal does not exist or not locking. No available overrride for this feature.

Type Definition

Code Block
typedef struct _ModuleDanville_DIR_Active
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32 DIR_Active_Val;                         // DIR Active Value
} ModuleDanville_DIR_ActiveClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

DIR_Active_Val

int

state

0

0

0:1

Pins

Output Pins

Name: out

Description: DIR Active Bit

Data type: int

MATLAB Usage

File Name: Danville_DIR_Active.m

...