malt-wr
collect.h
Go to the documentation of this file.
3 extern int collect_values(SIGNALS *sp, char* filename, int collected);
4 extern int interpolate_phase_thresh_time(SIGNALS *sp_phase);
5 extern void free_data(SIGNALS *sp);
6 extern SIGNALS *collect_edges(char *filename);
7 
8 
SIGNALS * collect_edges(char *filename)
Definition: collect.c:767
int collect_values(SIGNALS *sp, char *filename, int collected)
Definition: collect.c:501
int interpolate_phase_thresh_time(SIGNALS *sp_phase)
Definition: collect.c:693
SIGNALS * collect_pulses_by_phase(char *filename)
Definition: collect.c:750
void free_data(SIGNALS *sp)
Definition: collect.c:787
SIGNALS * collect_pulses_by_voltage(char *filename)
Definition: collect.c:732
static char filename[LINE_LENGTH]
Definition: optimize.c:35