Inheritance diagram for link:
Definition at line 10 of file link.h.
Public Member Functions | |
int | create (void) |
int | init (node *parent) |
int | init (void) |
int | isa (char *classname) |
link (MODULE *mod) | |
constructor. | |
TIMESTAMP | postsync (TIMESTAMP t0) |
TIMESTAMP | sync (TIMESTAMP t0) |
Public Attributes | |
complex | A_mat [3][3] |
complex | a_mat [3][3] |
set | affected_phases |
double | B |
complex | B_mat [3][3] |
complex | b_mat [3][3] |
complex | c_mat [3][3] |
complex | d_mat [3][3] |
OBJECT * | from |
OBJECT * | from |
complex | I |
complex | i_abc_in [3] |
complex | i_abc_out [3] |
complex | i_n_in [3] |
complex | i_n_out [3] |
set | line_contacted |
double | resistance |
OBJECT * | to |
OBJECT * | to |
double | turns_ratio |
complex | Y |
Static Public Attributes | |
static link * | defaults |
static link * | defaults = NULL |
static CLASS * | oclass |
static CLASS * | oclass = NULL |
static CLASS * | pclass |
static CLASS * | pclass = NULL |