Package 

Class CommandFactory


  • 
    public class CommandFactory
    
                        

    Commands Factory. Use this class to instantiate new commands.

    Hint: Extend this class on your project and add your own commands to your new class.

    • Constructor Detail

      • CommandFactory

        CommandFactory(ISubsystemHub subsystemHub, ILogger logger)
        Constructs a new instance of the Commands factory.
        Parameters:
        logger - telemetry logger.