Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deprecate glm_dictionary as-is - Implement version that uses GLMModifier #183

@jk1066

Description

@jk1066

glm_dictionary manually extracts data from .glm files that were created using residential_feeder_glm, commercial_feeder_glm, and copperplate_feeder_glm . These soon-to-be deprecated feeder generator models write objects to the .glm using serial print statements. glm_dictionary assigns object parameter data to parent meters based on the fact that the .glm objects are written in order of parentage.

The new gld_feeder_generator uses GLMModifier, which operates fundamentally differently by storing and modifying .glm object data in-memory. glm_dictionary needs to be deprecated or rewritten to work with the .glms created using this method.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions