My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions | Variables
touchstone_producer.cpp File Reference
#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"
Include dependency graph for touchstone_producer.cpp:

Go to the source code of this file.

Classes

struct  touchstone_data_t
 

Macros

#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
 

Macro Definition Documentation

#define touchstone_crlf   "\r\n"

Definition at line 62 of file touchstone_producer.cpp.

Function Documentation

void touchstone_find_data ( dataset data,
const char *  name 
)

Definition at line 178 of file touchstone_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void touchstone_print ( void  )

Definition at line 89 of file touchstone_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void touchstone_print_noise ( void  )

Definition at line 66 of file touchstone_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void touchstone_producer ( const char *  variable)

Definition at line 250 of file touchstone_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

struct touchstone_data_t touchstone_data