#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "parseFFTTest.h"
Go to the source code of this file.
◆ _GNU_SOURCE
◆ eprintf
| #define eprintf |
( |
|
fmt, |
|
|
|
... |
|
) |
| fprintf(stderr, fmt, ##__VA_ARGS__) |
◆ freeffttest_t()
◆ parsefft()
| void parsefft |
( |
char * |
line, |
|
|
ffttest_t * |
fftTest, |
|
|
unsigned char |
input |
|
) |
| |
◆ parsefftInput()
| void parsefftInput |
( |
char * |
line, |
|
|
ffttest_t * |
fftTest |
|
) |
| |
◆ parsefftOutput()
| void parsefftOutput |
( |
char * |
line, |
|
|
ffttest_t * |
fftTest |
|
) |
| |
◆ parseFFTTest()
| ffttest_t parseFFTTest |
( |
const char * |
filename | ) |
|
◆ parsePoly()
| void parsePoly |
( |
char * |
line, |
|
|
ffttest_t * |
fftTest, |
|
|
ssize_t |
line_read_size |
|
) |
| |
◆ parseSetup()
| void parseSetup |
( |
char * |
line, |
|
|
ffttest_t * |
fftTest |
|
) |
| |
◆ printTest()