My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
check_netlist.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <float.h>
#include "logging.h"
#include "strlist.h"
#include "netdefs.h"
#include "equation.h"
#include "check_netlist.h"
#include "constants.h"
#include "environment.h"
#include "variable.h"
#include "module.h"
Include dependency graph for check_netlist.cpp:

Go to the source code of this file.

Functions

int netlist_checker_variables (environment *env)
 
struct node_tnetlist_reverse_nodes (struct node_t *nodes)
 
struct definition_tnetlist_unchain_definition (struct definition_t *root, struct definition_t *cand)
 
void netlist_status (void)
 
int netlist_checker (environment *env)
 
void netlist_destroy (void)
 
void netlist_destroy_env (void)
 

Variables

struct definition_tdefinition_root = NULL
 
struct definition_tsubcircuit_root = NULL
 
environmentenv_root = NULL
 

Function Documentation

int netlist_checker ( environment env)

Definition at line 1916 of file check_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int netlist_checker_variables ( environment env)

Definition at line 882 of file check_netlist.cpp.

Here is the caller graph for this function:

void netlist_destroy ( void  )

Definition at line 1980 of file check_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void netlist_destroy_env ( void  )

Definition at line 1991 of file check_netlist.cpp.

Here is the caller graph for this function:

struct node_t* netlist_reverse_nodes ( struct node_t nodes)
read

Definition at line 1101 of file check_netlist.cpp.

void netlist_status ( void  )

Definition at line 1829 of file check_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

struct definition_t* netlist_unchain_definition ( struct definition_t root,
struct definition_t cand 
)
read

Definition at line 1647 of file check_netlist.cpp.

Here is the caller graph for this function:

Variable Documentation

struct definition_t* definition_root = NULL

Definition at line 47 of file check_netlist.cpp.

environment* env_root = NULL

Definition at line 49 of file check_netlist.cpp.

struct definition_t* subcircuit_root = NULL

Definition at line 48 of file check_netlist.cpp.