CrazyflieClient.CrazyflieController.CrazyflieController C# (CSharp) Method

CrazyflieController() public method

public CrazyflieController ( IFlightController flightController ) : System.Threading
flightController IFlightController
return System.Threading
        public CrazyflieController(IFlightController flightController)
        {
            this.flightController = flightController;
            bthCrtp = new BthCrtp();
        }