#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 |
|
|
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(). |
|
|
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(). |
|
|
Referenced by innovative_dsp_hwi_dev::get_DSP_softinfo(). |
1.4.6