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 TypeClassDescriptionclass
Function to simulate a boolean signal that turns on and off.class
Function to simulate a signal that has a gaussian distribution.class
Function to simulate a waveform containing a gaussian that moves to the left.class
Function to simulate a signal that has a uniform distribution.class
Function to simulate a waveform containing a uniformly distributed random data.class
Function to simulate a signal that increases constantly within a range (saw-tooth shape).class
Function to simulate a waveform containing a triangle wave.class
Function to simulate a signal shaped like a sine.class
Function to simulate a 2D waveform containing a sine wave.class
Function to simulate a waveform containing a sine wave.class
Function to simulate a 2D waveform containing a sine wave.class
Function to simulate a waveform containing a square wave.class
Function to simulate a signal that generates Strings.class
Function to simulate a signal that generates VTables.class
Function 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.