Class 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 Detail

      • GetDataAtTimeEngine

        public GetDataAtTimeEngine()