/* $Revision: 1.4 $ */
/*
 *  dsp_dlyerr_sim.h
 *  CMEX S-Fcn error handling library for DSP Blockset Delay Blocks
 *
 *  Copyright 2000 The MathWorks, Inc.
 */
#ifndef dsp_dlyerr_sim_h
#define dsp_dlyerr_sim_h

#include "dsp_sim.h"

/*
 * Source located in dsp_dlyerr_sim.c:
 */
extern void delayValidator(SimStruct      *S, 
                                  const int_T    *InputDims,
                                  const int_T    *DelayDims,
                                  const int_T     inputWidth,
                                  const int_T     delayWidth,
                                  const boolean_T isFrame,
                                  const boolean_T isVariableDelay);

#endif  /* dsp_dlyerr_sim_h */

/* [EOF] dsp_dlyerr_sim.h */
