My Project
0.0.16
QUCS Mapping
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "csv_producer.h"
Go to the source code of this file.
Classes | |
struct | csv_data |
Macros | |
#define | csv_crlf "\r\n" |
Functions | |
void | csv_print (struct csv_data *data, int vectors, const char *sep) |
void | csv_producer (char *variable, const char *sep) |
Variables | |
dataset * | qucs_data = NULL |
#define csv_crlf "\r\n" |
Definition at line 52 of file csv_producer.cpp.
void csv_print | ( | struct csv_data * | data, |
int | vectors, | ||
const char * | sep | ||
) |
Definition at line 56 of file csv_producer.cpp.
void csv_producer | ( | char * | variable, |
const char * | sep | ||
) |
Definition at line 89 of file csv_producer.cpp.
dataset* qucs_data = NULL |
Definition at line 37 of file csv_producer.cpp.