My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
check_touchstone.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "logging.h"
#include "complex.h"
#include "object.h"
#include "vector.h"
#include "matrix.h"
#include "matvec.h"
#include "dataset.h"
#include "strlist.h"
#include "constants.h"
#include "check_touchstone.h"
Include dependency graph for check_touchstone.cpp:

Go to the source code of this file.

Macros

#define ZREF   50.0 /* reference impedance */
 

Functions

int touchstone_check (void)
 
void touchstone_destroy (void)
 
void touchstone_init (void)
 

Variables

strlisttouchstone_idents = NULL
 
datasettouchstone_result = NULL
 
vectortouchstone_vector = NULL
 
struct touchstone_t touchstone_options
 

Macro Definition Documentation

#define ZREF   50.0 /* reference impedance */

Definition at line 46 of file check_touchstone.cpp.

Function Documentation

int touchstone_check ( void  )

Definition at line 418 of file check_touchstone.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void touchstone_destroy ( void  )

Definition at line 511 of file check_touchstone.cpp.

Here is the caller graph for this function:

void touchstone_init ( void  )

Definition at line 524 of file check_touchstone.cpp.

Here is the caller graph for this function:

Variable Documentation

strlist* touchstone_idents = NULL

Definition at line 48 of file check_touchstone.cpp.

struct touchstone_t touchstone_options
Initial value:
= {
"GHz", 'S', "MA", 50.0, 1e9, 0, 0, 0 }

Definition at line 53 of file check_touchstone.cpp.

dataset* touchstone_result = NULL

Definition at line 49 of file check_touchstone.cpp.

vector* touchstone_vector = NULL

Definition at line 50 of file check_touchstone.cpp.