Definition at line 6 of file generator.h.
Public Types | |
enum | { STOPPED = 0, STANDBY = 1, ONLINE = 2, TRIPPED = 3 } |
Public Member Functions | |
int | create () |
generator (MODULE *mod) | |
int | init (node *parent) |
TIMESTAMP | sync (TIMESTAMP t0) |
Public Attributes | |
double | Pdesired_MW |
double | Pmax_MW |
int32 | Qcontrolled |
double | Qdesired_MVAR |
double | Qmax_MVAR |
double | Qmin_MVAR |
double | QVa |
double | QVb |
double | QVc |
Static Public Attributes | |
static generator * | defaults = NULL |
static CLASS * | oclass = NULL |
static CLASS * | pclass = NULL |
anonymous enum |