Functions |
int | fuse::create (void) |
| Fully resolved status (ABC) - used for reliability and recalculation detection.
|
EXPORT int | create_fuse (OBJECT **obj, OBJECT *parent) |
| REQUIRED: allocate and initialize an object.
|
int | fuse::fuse_state (OBJECT *parent) |
| Routine to see if a fuse has been blown Legacy functionality for FBS code.
|
int | fuse::init (OBJECT *parent) |
| Object initialization is called once after all object have been created.
|
EXPORT int | isa_fuse (OBJECT *obj, char *classname) |
| Allows the core to discover whether obj is a subtype of this class.
|
TIMESTAMP | fuse::sync (TIMESTAMP t0) |