Inheritance diagram for transformer:
Definition at line 10 of file transformer.h.
Public Types | |
enum | { TT_YY = 0, TT_YD = 1, TT_DY = 2, TT_DD = 3 } |
Public Member Functions | |
int | create (void) |
int | init (void) |
int | isa (char *classname) |
TIMESTAMP | sync (TIMESTAMP t0) |
transformer (MODULE *mod) | |
Public Attributes | |
OBJECT * | configuration |
double | Sbase |
double | Vbase |
double | Vprimary |
double | Vsecondary |
double | Zpu |
Static Public Attributes | |
static transformer * | defaults |
static transformer * | defaults = NULL |
static CLASS * | oclass |
static CLASS * | oclass = NULL |
static CLASS * | pclass |
static CLASS * | pclass = NULL |
anonymous enum |