C# Class CrazyflieClient.CrazyflieController

Show file Open project: bitcraze/crazyflie2-windows-uap-client Class Usage Examples

Public Methods

Method Description
CrazyflieController ( IFlightController flightController ) : System.Threading
IsCrazyfliePaired ( ) : Task
StartCommanderLink ( ) : void
StopCommanderLink ( ) : void

Private Methods

Method Description
CommanderSetpointThread ( CancellationToken cancellationToken ) : void

Method Details

CrazyflieController() public method

public CrazyflieController ( IFlightController flightController ) : System.Threading
flightController IFlightController
return System.Threading

IsCrazyfliePaired() public method

public IsCrazyfliePaired ( ) : Task
return Task

StartCommanderLink() public method

public StartCommanderLink ( ) : void
return void

StopCommanderLink() public method

public StopCommanderLink ( ) : void
return void