Class AlgorithmVerifier

java.lang.Object
org.yamcs.commanding.AlgorithmVerifier
All Implemented Interfaces:
AlgorithmExecListener

public class AlgorithmVerifier extends Object implements AlgorithmExecListener
  • Field Details

  • Method Details

    • algorithmRun

      public void algorithmRun(List<RawEngValue> inputValues, Object result, List<ParameterValue> outputValues)
      Description copied from interface: AlgorithmExecListener
      Called when the algorithm has run successfully
      Specified by:
      algorithmRun in interface AlgorithmExecListener
      Parameters:
      inputValues - - may be null if the algorithm does not have any input values or does not keep track of them
      result - - may be null if the algorithm does not return anything
      outputValues - - may be empty if there is no output value
    • processCmdData

      public void processCmdData(ProcessingData data)
    • getState

      public org.yamcs.commanding.Verifier.State getState()