gov.sns.xal.tools.orbit
Interface OrbitCumulatorTrigger


public interface OrbitCumulatorTrigger

Interface used to determine when the orbit cumulator buffer is full. Implement an instance of this interface and set it as the trigger for the orbit cumulator. When bufferFull() returns true, the cumulator stops and posts the mean orbit.


Method Summary
 boolean cumulatorShouldPost(OrbitCumulator cumulator, OrbitRecord record)
           
 

Method Detail

cumulatorShouldPost

public boolean cumulatorShouldPost(OrbitCumulator cumulator,
                                   OrbitRecord record)