Functions | |
| int | regulator_configuration::create (void) |
| EXPORT int | create_regulator_configuration (OBJECT **obj, OBJECT *parent) |
| REQUIRED: allocate and initialize an object. | |
| int | regulator_configuration::isa (char *classname) |
| EXPORT int | isa_regulator_configuration (OBJECT *obj, char *classname) |
| regulator_configuration::regulator_configuration (MODULE *mod) | |
| EXPORT TIMESTAMP | sync_regulator_configuration (OBJECT *obj, TIMESTAMP t1, PASSCONFIG pass) |
Variables | |
| static regulator_configuration * | regulator_configuration::defaults = NULL |
| static CLASS * | regulator_configuration::oclass = NULL |
| static CLASS * | regulator_configuration::pclass = NULL |
REQUIRED: allocate and initialize an object.
| obj | a pointer to a pointer of the last object in the list | |
| parent | a pointer to the parent of this object |
Definition at line 104 of file regulator_configuration.cpp.
References create(), gl_create_object, gl_error, gl_set_parent, OBJECTDATA, and oclass.