to avoid duplicate definition
@ -87,7 +87,8 @@ typedef struct sISRCmodel {
/* source types */
#ifndef PULSE
#ifndef PULSE_FUN_TYPES
#define PULSE_FUN_TYPES
#define PULSE 1
#define SINE 2
#define EXP 3
@ -97,7 +98,7 @@ typedef struct sISRCmodel {
#define TRNOISE 7
#define TRRANDOM 8
#define EXTERNAL 9
#endif /*PULSE*/
#endif
/* device parameters */
#define ISRC_DC 1
@ -94,7 +94,8 @@ typedef struct sVSRCmodel {
} VSRCmodel;
/* source function types (shared with current sources) */
@ -104,7 +105,7 @@ typedef struct sVSRCmodel {
#define VSRC_DC 1