Qucs-core  0.0.19
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

qucs::dataset * qucs_data
FILE * csv_out

Function Documentation

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

Definition at line 92 of file csv_producer.cpp.


Variable Documentation

FILE* csv_out
qucs::dataset* qucs_data

Definition at line 40 of file csv_producer.cpp.