Class GetDataAtTimeEngine

java.lang.Object
org.epics.archiverappliance.engine.bpl.GetDataAtTimeEngine
All Implemented Interfaces:
BPLAction

public class GetDataAtTimeEngine extends Object implements BPLAction
PV for getting the data for multiple PV's from the engine's buffers at a particular time. We loop thru all the values and find the latest value in the engine that is older or equal to the specified time. If no such sample is present, we do not add the PV to the JSON response.
Author:
mshankar
  • Constructor Details

    • GetDataAtTimeEngine

      public GetDataAtTimeEngine()
  • Method Details