#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <errno.h>
#include "logging.h"
#include "precision.h"
#include "check_spice.h"
#include "check_vcd.h"
#include "check_citi.h"
#include "check_touchstone.h"
#include "check_csv.h"
#include "check_zvr.h"
#include "check_mdl.h"
#include "check_dataset.h"
#include "qucs_producer.h"
#include "csv_producer.h"
#include "touchstone_producer.h"
#include "matlab_producer.h"
Go to the source code of this file.
|
int | spice2qucs (struct actionset_t *, char *, char *) |
|
int | vcd2qucs (struct actionset_t *, char *, char *) |
|
int | qucs2csv (struct actionset_t *, char *, char *) |
|
int | qucs2touch (struct actionset_t *, char *, char *) |
|
int | citi2qucs (struct actionset_t *, char *, char *) |
|
int | touch2qucs (struct actionset_t *, char *, char *) |
|
int | csv2qucs (struct actionset_t *, char *, char *) |
|
int | zvr2qucs (struct actionset_t *, char *, char *) |
|
int | mdl2qucs (struct actionset_t *, char *, char *) |
|
int | qucs2mat (struct actionset_t *, char *, char *) |
|
FILE * | open_file (char *file, const char *flag) |
|
int | main (int argc, char **argv) |
|
int citi2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int csv2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int mdl2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
FILE* open_file |
( |
char * |
file, |
|
|
const char * |
flag |
|
) |
| |
int qucs2csv |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int qucs2mat |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int qucs2touch |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int spice2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int touch2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int vcd2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
int zvr2qucs |
( |
struct actionset_t * |
action, |
|
|
char * |
infile, |
|
|
char * |
outfile |
|
) |
| |
Initial value:= {
{ NULL, NULL, NULL}
}
Definition at line 74 of file qucsconv.cpp.