Inheritance diagram for load:
Definition at line 8 of file load.h.
Public Types | |
enum | { LC_UNKNOWN = 0, LC_RESIDENTIAL, LC_COMMERCIAL, LC_INDUSTRIAL, LC_AGRICULTURAL } |
Public Member Functions | |
int | create (void) |
int | isa (char *classname) |
load (MODULE *mod) | |
TIMESTAMP | postsync (TIMESTAMP t0) |
TIMESTAMP | sync (TIMESTAMP t0) |
Public Attributes | |
complex | phaseA_I |
complex | phaseA_VA |
complex | phaseA_Z |
complex | phaseB_I |
complex | phaseB_VA |
complex | phaseB_Z |
complex | phaseC_I |
complex | phaseC_VA |
complex | phaseC_Z |
Static Public Attributes | |
static load * | defaults = NULL |
static CLASS * | oclass = NULL |
static CLASS * | pclass = NULL |
anonymous enum |