Functions | |
| int | overhead_line::create (void) |
| EXPORT int | create_overhead_line (OBJECT **obj, OBJECT *parent) |
| REQUIRED: allocate and initialize an object. | |
| int | overhead_line::init (void) |
| EXPORT int | init_overhead_line (OBJECT *obj) |
| int | overhead_line::isa (char *classname) |
| EXPORT int | isa_overhead_line (OBJECT *obj, char *classname) |
| overhead_line::overhead_line (MODULE *mod) | |
| void | overhead_line::recalc (void) |
| EXPORT int | recalc_overhead_line (OBJECT *obj) |
| EXPORT TIMESTAMP | sync_overhead_line (OBJECT *obj, TIMESTAMP t0, PASSCONFIG pass) |
Variables | |
| static overhead_line * | overhead_line::defaults = NULL |
| static CLASS * | overhead_line::oclass = NULL |
| static CLASS * | overhead_line::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 253 of file overhead_line.cpp.
References create(), gl_create_object, gl_error, gl_set_parent, OBJECTDATA, and oclass.