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

Go to the source code of this file.

Functions

int zvr_check (void)
 
void zvr_destroy (void)
 
void zvr_init (void)
 

Variables

datasetzvr_result = NULL
 
struct zvr_data_tzvr_root = NULL
 

Function Documentation

int zvr_check ( void  )

Definition at line 218 of file check_zvr.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void zvr_destroy ( void  )

Definition at line 253 of file check_zvr.cpp.

Here is the caller graph for this function:

void zvr_init ( void  )

Definition at line 266 of file check_zvr.cpp.

Here is the caller graph for this function:

Variable Documentation

dataset* zvr_result = NULL

Definition at line 46 of file check_zvr.cpp.

struct zvr_data_t* zvr_root = NULL

Definition at line 47 of file check_zvr.cpp.