Uses of Class
org.yamcs.studio.data.sim.SimFunction
Packages that use SimFunction
-
Uses of SimFunction in org.yamcs.studio.data
Constructors in org.yamcs.studio.data with parameters of type SimFunctionModifierConstructorDescriptionSimData(SimFunction<?> function, ScheduledExecutorService executor) -
Uses of SimFunction in org.yamcs.studio.data.sim
Subclasses of SimFunction in org.yamcs.studio.data.simModifier and TypeClassDescriptionclassFunction to simulate a boolean signal that turns on and off.classFunction to simulate a signal that has a gaussian distribution.classFunction to simulate a waveform containing a gaussian that moves to the left.classFunction to simulate a signal that has a uniform distribution.classFunction to simulate a waveform containing a uniformly distributed random data.classFunction to simulate a signal that increases constantly within a range (saw-tooth shape).classFunction to simulate a waveform containing a triangle wave.classFunction to simulate a signal shaped like a sine.classFunction to simulate a 2D waveform containing a sine wave.classFunction to simulate a waveform containing a sine wave.classFunction to simulate a 2D waveform containing a sine wave.classFunction to simulate a waveform containing a square wave.classFunction to simulate a signal that generates Strings.classFunction to simulate a signal that generates VTables.classFunction to simulate a waveform containing a triangle wave.Methods in org.yamcs.studio.data.sim that return SimFunctionModifier and TypeMethodDescriptionstatic SimFunction<?>NameParser.createFunction(String string) Given a string representing a function call, finds the appropriate call matching the function name, and the appropriate constructor and instantiates it.