IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

#621 closed defect (fixed)

pmModelGroup.[ch] updates

Reported by: eugene Owned by: robert.desonia@…
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

Change History (1)

comment:1 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.