archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
40 stars 39 forks source link

putPVTypeInfo should cater to aliases #18

Closed slacmshankar closed 8 years ago

slacmshankar commented 8 years ago

This can cause problems when you get aliases as part of getAllPV's and then you putPVTypeInfo; you could end up with logically "duplicate" PVTypeInfos.

Perhaps add an argument called "createnew" similar to "override"; user has to specify one or both of these.

slacmshankar commented 8 years ago

Created on behalf of Gaudenz

slacmshankar commented 8 years ago

Pushed a change just now to fix this issue.