Class SimulatorCommander

  • All Implemented Interfaces:
    com.google.common.util.concurrent.Service, YamcsService

    public class SimulatorCommander
    extends ProcessRunner
    • Constructor Detail

      • SimulatorCommander

        public SimulatorCommander()
    • Method Detail

      • getSpec

        public Spec getSpec()
        Description copied from interface: YamcsService
        Returns the valid configuration of the input args of this service.
        Specified by:
        getSpec in interface YamcsService
        Overrides:
        getSpec in class ProcessRunner
        Returns:
        the argument specification, or null if the args should not be validated.
      • init

        public void init​(String yamcsInstance,
                         YConfiguration config)
                  throws InitException
        Description copied from interface: YamcsService
        Initialize this service. This is called before the service is started. All operations should finish fast.
        Specified by:
        init in interface YamcsService
        Overrides:
        init in class ProcessRunner
        Parameters:
        yamcsInstance - The yamcs instance, or null if this is a global service.
        config - The configured arguments for this service. If YamcsService.getSpec() is implemented then this contains the arguments after being validated (including any defaults).
        Throws:
        InitException - When something goes wrong during the execution of this method.
      • main

        public static void main​(String[] args)