My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
csv_producer.h File Reference
#include "logging.h"
#include "strlist.h"
#include "object.h"
#include "complex.h"
#include "vector.h"
#include "dataset.h"
Include dependency graph for csv_producer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void csv_producer (char *variable, const char *sep=";")
 

Variables

datasetqucs_data
 
FILE * csv_out = (FILE *) 0
 

Function Documentation

void csv_producer ( char *  variable,
const char *  sep = ";" 
)

Definition at line 89 of file csv_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FILE * csv_out = (FILE *) 0

Definition at line 381 of file scan_csv.cpp.

dataset* qucs_data

Definition at line 37 of file csv_producer.cpp.