gnetlist

s_netattrib.c File Reference

#include <config.h>
#include <stdio.h>
#include <ctype.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/prototype.h"
Include dependency graph for s_netattrib.c:

Go to the source code of this file.

Defines

#define DELIMITERS   ",; "

Functions

char * s_netattrib_extract_netname (char *value)
void s_netattrib_create_pins (TOPLEVEL *pr_current, OBJECT *o_current, NETLIST *netlist, char *value, char *hierarchy_tag)
void s_netattrib_handle (TOPLEVEL *pr_current, OBJECT *o_current, NETLIST *netlist, char *hierarchy_tag)
char * s_netattrib_net_search (OBJECT *o_current, char *wanted_pin)
char * s_netattrib_return_netname (TOPLEVEL *pr_current, OBJECT *o_current, char *pinnumber, char *hierarchy_tag)

Define Documentation

#define DELIMITERS   ",; "

Definition at line 45 of file s_netattrib.c.


Function Documentation

char* s_netattrib_extract_netname ( char *  value)

Definition at line 51 of file s_netattrib.c.

void s_netattrib_create_pins ( TOPLEVEL *  pr_current,
OBJECT *  o_current,
NETLIST *  netlist,
char *  value,
char *  hierarchy_tag 
)

Definition at line 77 of file s_netattrib.c.

Here is the call graph for this function:

void s_netattrib_handle ( TOPLEVEL *  pr_current,
OBJECT *  o_current,
NETLIST *  netlist,
char *  hierarchy_tag 
)

Definition at line 178 of file s_netattrib.c.

Here is the call graph for this function:

char* s_netattrib_net_search ( OBJECT *  o_current,
char *  wanted_pin 
)

Definition at line 213 of file s_netattrib.c.

Here is the call graph for this function:

char* s_netattrib_return_netname ( TOPLEVEL *  pr_current,
OBJECT *  o_current,
char *  pinnumber,
char *  hierarchy_tag 
)

Definition at line 293 of file s_netattrib.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Defines