Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

 M=Danville_DIR_Active_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.
 ----------------------------------------------------------------------

  • No labels