Functions | |
| int | overhead_line_conductor::create (void) |
| EXPORT int | create_overhead_line_conductor (OBJECT **obj, OBJECT *parent) |
| REQUIRED: allocate and initialize an object. | |
| int | overhead_line_conductor::isa (char *classname) |
| EXPORT int | isa_overhead_line_conductor (OBJECT *obj, char *classname) |
| overhead_line_conductor::overhead_line_conductor (MODULE *mod) | |
| EXPORT TIMESTAMP | sync_overhead_line_conductor (OBJECT *obj, TIMESTAMP t1, PASSCONFIG pass) |
Variables | |
| static overhead_line_conductor * | overhead_line_conductor::defaults = NULL |
| static CLASS * | overhead_line_conductor::oclass = NULL |
| static CLASS * | overhead_line_conductor::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 70 of file overhead_line_conductor.cpp.
References create(), gl_create_object, gl_error, gl_set_parent, OBJECTDATA, and oclass.