My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
qucs_producer.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <ctype.h>
#include "object.h"
#include "complex.h"
#include "vector.h"
#include "dataset.h"
#include "netdefs.h"
#include "check_spice.h"
#include "check_vcd.h"
#include "hash.h"
Include dependency graph for qucs_producer.cpp:

Go to the source code of this file.

Classes

struct  device_t
 

Functions

int qucs_find_node (struct node_t *root, char *node)
 
void qucs_add_nodes (struct node_t *node)
 
void qucs_free_nodes (struct node_t *node)
 
void qucs_producer (void)
 
void qucslib_producer (void)
 
void qucsdata_producer_vcd (void)
 
void qucsdata_producer (dataset *data)
 

Variables

FILE * qucs_out = NULL
 
int qucs_actions = 1
 
const char * qucs_gnd = "gnd"
 
qucs::hash< struct node_tqucs_nodes
 
struct device_t qucs_devices []
 

Function Documentation

void qucs_add_nodes ( struct node_t node)

Definition at line 63 of file qucs_producer.cpp.

Here is the call graph for this function:

int qucs_find_node ( struct node_t root,
char *  node 
)

Definition at line 54 of file qucs_producer.cpp.

void qucs_free_nodes ( struct node_t node)

Definition at line 72 of file qucs_producer.cpp.

void qucs_producer ( void  )

Definition at line 259 of file qucs_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void qucsdata_producer ( dataset data)

Definition at line 553 of file qucs_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void qucsdata_producer_vcd ( void  )

Definition at line 530 of file qucs_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void qucslib_producer ( void  )

Definition at line 521 of file qucs_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int qucs_actions = 1

Definition at line 46 of file qucs_producer.cpp.

struct device_t qucs_devices[]
const char* qucs_gnd = "gnd"

Definition at line 47 of file qucs_producer.cpp.

qucs::hash<struct node_t> qucs_nodes

Definition at line 49 of file qucs_producer.cpp.

FILE* qucs_out = NULL

Definition at line 45 of file qucs_producer.cpp.