Inheritance diagram for regulator:
Definition at line 20 of file regulator.h.
Public Types | |
enum | { RT_LTC, RT_VR } |
Public Member Functions | |
int | create (void) |
int | init (void) |
int | isa (char *classname) |
regulator (MODULE *mod) | |
TIMESTAMP | sync (TIMESTAMP t0) |
Public Attributes | |
OBJECT * | configuration |
OBJECT * | CTlink |
OBJECT * | PTbus |
double | TimeDelay |
double | Vmax |
double | Vmin |
double | Vstep |
Static Public Attributes | |
static regulator * | defaults |
static regulator * | defaults = NULL |
static CLASS * | oclass |
static CLASS * | oclass = NULL |
static CLASS * | pclass |
static CLASS * | pclass = NULL |
anonymous enum |