Inheritance diagram for fuse:
Definition at line 9 of file fuse.h.
Public Types | |
enum | { UNKNOWN } |
enum | { FS_GOOD = 1, FS_BLOWN = 2, FS_FAULT = 3 } |
Public Member Functions | |
int | create (void) |
fuse (MODULE *mod) | |
int | init (void) |
Object initialization is called once after all object have been created. | |
int | isa (char *classname) |
TIMESTAMP | postsync (TIMESTAMP t0) |
TIMESTAMP | sync (TIMESTAMP t0) |
Public Attributes | |
double | minimum_current_A |
double | SetBase |
double | SetCurrent |
double | SetCurve |
double | SetScale |
double | TimeConstant |
double | TresetAvg |
double | TresetStd |
Static Public Attributes | |
static fuse * | defaults |
static fuse * | defaults = NULL |
static CLASS * | oclass |
static CLASS * | oclass = NULL |
static CLASS * | pclass |
static CLASS * | pclass = NULL |
Protected Attributes | |
TIMESTAMP | blow_time |