Overhead_line
[Line]


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_lineoverhead_line::defaults = NULL
static CLASSoverhead_line::oclass = NULL
static CLASSoverhead_line::pclass = NULL


Function Documentation

EXPORT int create_overhead_line ( OBJECT **  obj,
OBJECT parent 
)

REQUIRED: allocate and initialize an object.

Parameters:
obj a pointer to a pointer of the last object in the list
parent a pointer to the parent of this object
Returns:
1 for a successfully created object, 0 for error

Definition at line 253 of file overhead_line.cpp.

References create(), gl_create_object, gl_error, gl_set_parent, OBJECTDATA, and oclass.


GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy