archiver-appliance / epicsarchiverap

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

Add a list of aliases in the PVDetails for a PV #225

Closed slacmshankar closed 3 weeks ago

slacmshankar commented 2 months ago

Lookup all the aliases pointing to this PV pv1 and then add this list to the PVDetails of this PV pv1. Currently, we do this for an aliased PV name, we add the real PV name in the PV detail as "Alias for". It would be good to have the other way around as well.

slacmshankar commented 3 weeks ago

Fixed with PR241