In our current pattern:
- we pass to a buffer to a device object
- then that device calls buffer.get which calls
epics.caget
- We clean up HST buffers in
epics.pv._PVCache_ that slac-timing was responsible for in the first place.
We could just manage those PVs ourselves. Really we could skip creating the devices altogether, but that's another project.
In our current pattern:
epics.cagetepics.pv._PVCache_that slac-timing was responsible for in the first place.We could just manage those PVs ourselves. Really we could skip creating the devices altogether, but that's another project.