Opened 21 years ago
Closed 21 years ago
#621 closed defect (fixed)
pmModelGroup.[ch] updates
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | objects | Version: | 0.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I extended the pmModelGroup functions to allow dynamic manipulation of the
availble models. This lets user code add models without modifying the psModule
installed library. To do this I've added the following functions to
pmModelGroup.[ch]:
static void ModelGroupFree (pmModelGroup *modelGroup);
pmModelGroup *pmModelGroupAlloc (int nModels);
void pmModelGroupInit (void);
void pmModelGroupAdd (pmModelGroup *model);
changed models to defaultModels, and added a new dymically allocated local
static variable *models.
this update is available in eam_rel9_b0
Note:
See TracTickets
for help on using tickets.

merged your branch into CVS main for src/objects directory.