#include "OptionParser.H"
#include "IIO/IIOThreaded.H"
#include <values.h>
#include "Sox.H"
#include <iomanip>
Go to the source code of this file.
|
#define | FP_TYPE unsigned short int |
| The type to be used with sox input for file output. More...
|
|
|
int | printUsage (string name, int N, string chip, int chCnt, float T, float fs) |
|
int | main (int argc, char *argv[]) |
|
◆ FP_TYPE
The type to be used with sox input for file output.
Definition at line 26 of file IIOSox.C.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ printUsage()
int printUsage |
( |
string |
name, |
|
|
int |
N, |
|
|
string |
chip, |
|
|
int |
chCnt, |
|
|
float |
T, |
|
|
float |
fs |
|
) |
| |