innovative_dsp_hwi_dev.C File Reference

#include <locale.h>
#include <libintl.h>
#include "glbvars.h"
#include "plug-ins/hard/modules/dsp.h"
#include <fcntl.h>
#include <sys/ioctl.h>
#include "dsp-pci32/xsm/dpramdef.h"
#include "dsp-pci32/xsm/xsmcmd.h"
#include "innovative_dsp_hwi.h"

Go to the source code of this file.

Defines

#define CHECK_ERR_DTIME
#define SHOW_MSG(A, B)
#define TMPSIZE   1000


Define Documentation

#define CHECK_ERR_DTIME
 

Value:

{ \
                if (last_error_time+5 > clock()) errmsg_disable = 1;\
                if (++error_count > 20) errmsg_disable = 1;\
                last_error_time = clock(); \
                        }

Referenced by innovative_dsp_hwi_dev::SetParameter().

#define SHOW_MSG A,
 ) 
 

Value:

{ \
                if (errmsg_disable) \
                        std::cerr << "innovative_dsp_hwi_dev::SetParameter Error Message: (to many, redirected to console)" << std::endl \
                             << "--  " << A << std::endl \
                             << "--  " << B << std::endl; \
                else \
                        gapp->alert (N_("Attention"), A, B, 0); \
        }

Referenced by innovative_dsp_hwi_dev::SetParameter().

#define TMPSIZE   1000
 

Referenced by innovative_dsp_hwi_dev::get_DSP_softinfo().


Generated on Sat Apr 1 09:04:44 2006 for GXSM by  doxygen 1.4.6