Qucs-core
0.0.19
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include <string.h>
#include "touchstone_producer.h"
#include "matrix.h"
#include "matvec.h"
#include "constants.h"
Go to the source code of this file.
Data Structures | |
struct | touchstone_data_t |
Defines | |
#define | touchstone_crlf "\r\n" |
Functions | |
void | touchstone_print_noise (void) |
void | touchstone_print (void) |
void | touchstone_find_data (dataset *data, const char *name) |
void | touchstone_producer (const char *variable) |
Variables | |
struct touchstone_data_t | touchstone_data |
#define touchstone_crlf "\r\n" |
Definition at line 64 of file touchstone_producer.cpp.
void touchstone_find_data | ( | dataset * | data, |
const char * | name | ||
) |
Definition at line 180 of file touchstone_producer.cpp.
void touchstone_print | ( | void | ) |
Definition at line 91 of file touchstone_producer.cpp.
void touchstone_print_noise | ( | void | ) |
Definition at line 68 of file touchstone_producer.cpp.
void touchstone_producer | ( | const char * | variable | ) |
Definition at line 254 of file touchstone_producer.cpp.
struct touchstone_data_t touchstone_data |