Class CommandParser

java.lang.Object
org.yamcs.studio.commanding.CommandParser

public class CommandParser extends Object
Hand-written ugly command parser. Follows some very simple logic:
  • removes all whitespace
  • puts everything in one MetaCommand xtce
  • Constructor Details

    • CommandParser

      public CommandParser()
  • Method Details