My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
qucs_producer.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void qucs_producer (void)
 
int qucs_find_node (struct node_t *, char *)
 
void qucslib_producer (void)
 
void qucsdata_producer_vcd (void)
 
void qucsdata_producer (dataset *)
 

Variables

FILE * qucs_out
 
int qucs_actions
 
const char * qucs_gnd
 

Function Documentation

int qucs_find_node ( struct node_t ,
char *   
)

Definition at line 54 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 )

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

Definition at line 46 of file qucs_producer.cpp.

const char* qucs_gnd

Definition at line 47 of file qucs_producer.cpp.

FILE* qucs_out

Definition at line 45 of file qucs_producer.cpp.