Class NameParser

java.lang.Object
org.yamcs.studio.data.sim.NameParser

public class NameParser extends Object
Utility class to parse variable names and create simulated signals.
  • Constructor Details

    • NameParser

      public NameParser()
  • Method Details

    • createFunction

      public static SimFunction<?> 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.
      Parameters:
      string - the function call
      Returns:
      the function