File: signpr_exper.h

package info (click to toggle)
gramofile 1.5-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 756 kB
  • ctags: 505
  • sloc: ansic: 9,763; perl: 1,279; makefile: 51
file content (27 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Experiment Filter - Header

 * Copyright (C) 1998 J.A. Bezemer
 *
 * Licensed under the terms of the GNU General Public License.
 * ABSOLUTELY NO WARRANTY.
 * See the file `COPYING' in this directory.
 */

#ifndef HAVE_SIGNPR_EXPER_H
#define HAVE_SIGNPR_EXPER_H


#include "signpr_general.h"

void experiment_param_defaults (parampointer_t parampointer);

void experiment_param_screen (parampointer_t parampointer);

void init_experiment_filter (int filterno, parampointer_t parampointer);

void delete_experiment_filter (parampointer_t parampointer);

sample_t experiment_filter (parampointer_t parampointer);


#endif /* HAVE_SIGNPR_EXPER_H */