C# Class LiveFlight.Commands

显示文件 Open project: LiveFlightApp/Connect-Windows

Public Methods

Method Description
atc1 ( ) : void
atc10 ( ) : void
atc2 ( ) : void
atc3 ( ) : void
atc4 ( ) : void
atc5 ( ) : void
atc6 ( ) : void
atc7 ( ) : void
atc8 ( ) : void
atc9 ( ) : void
atcMenu ( ) : void
autopilot ( ) : void
autopilotHeading ( string heading ) : void
beacon ( ) : void
cockpitCamera ( ) : void
decreaseThrottle ( ) : void
flapsDown ( ) : void
flapsUp ( ) : void
flybyCamera ( ) : void
followCamera ( ) : void
hud ( ) : void
increaseThrottle ( ) : void
joystickButtonChanged ( int button, String state ) : void
landing ( ) : void
landingGear ( ) : void
movePOV ( int value ) : void
movedJoystickAxis ( int axis, int value ) : void
nav ( ) : void
nextCamera ( ) : void
onboardCamera ( ) : void
parkingBrake ( ) : void
pause ( ) : void
pitchDown ( ) : void
pitchUp ( ) : void
previousCamera ( ) : void
pushback ( ) : void
reverseThrust ( ) : void
rollLeft ( ) : void
rollRight ( ) : void
spoilers ( ) : void
strobe ( ) : void
towerCamera ( ) : void
trimDown ( ) : void
trimUp ( ) : void
vcCamera ( ) : void
zoomIn ( ) : void
zoomOut ( ) : void

Method Details

atc1() public method

public atc1 ( ) : void
return void

atc10() public method

public atc10 ( ) : void
return void

atc2() public method

public atc2 ( ) : void
return void

atc3() public method

public atc3 ( ) : void
return void

atc4() public method

public atc4 ( ) : void
return void

atc5() public method

public atc5 ( ) : void
return void

atc6() public method

public atc6 ( ) : void
return void

atc7() public method

public atc7 ( ) : void
return void

atc8() public method

public atc8 ( ) : void
return void

atc9() public method

public atc9 ( ) : void
return void

atcMenu() public method

public atcMenu ( ) : void
return void

autopilot() public method

public autopilot ( ) : void
return void

autopilotHeading() public method

public autopilotHeading ( string heading ) : void
heading string
return void

beacon() public method

public beacon ( ) : void
return void

cockpitCamera() public method

public cockpitCamera ( ) : void
return void

decreaseThrottle() public method

public decreaseThrottle ( ) : void
return void

flapsDown() public method

public flapsDown ( ) : void
return void

flapsUp() public method

public flapsUp ( ) : void
return void

flybyCamera() public method

public flybyCamera ( ) : void
return void

followCamera() public method

public followCamera ( ) : void
return void

hud() public method

public hud ( ) : void
return void

increaseThrottle() public method

public increaseThrottle ( ) : void
return void

joystickButtonChanged() public method

public joystickButtonChanged ( int button, String state ) : void
button int
state String
return void

landing() public method

public landing ( ) : void
return void

landingGear() public method

public landingGear ( ) : void
return void

movePOV() public method

public movePOV ( int value ) : void
value int
return void

movedJoystickAxis() public method

public movedJoystickAxis ( int axis, int value ) : void
axis int
value int
return void

nav() public method

public nav ( ) : void
return void

nextCamera() public method

public nextCamera ( ) : void
return void

onboardCamera() public method

public onboardCamera ( ) : void
return void

parkingBrake() public method

public parkingBrake ( ) : void
return void

pause() public method

public pause ( ) : void
return void

pitchDown() public method

public pitchDown ( ) : void
return void

pitchUp() public method

public pitchUp ( ) : void
return void

previousCamera() public method

public previousCamera ( ) : void
return void

pushback() public method

public pushback ( ) : void
return void

reverseThrust() public method

public reverseThrust ( ) : void
return void

rollLeft() public method

public rollLeft ( ) : void
return void

rollRight() public method

public rollRight ( ) : void
return void

spoilers() public method

public spoilers ( ) : void
return void

strobe() public method

public strobe ( ) : void
return void

towerCamera() public method

public towerCamera ( ) : void
return void

trimDown() public method

public trimDown ( ) : void
return void

trimUp() public method

public trimUp ( ) : void
return void

vcCamera() public method

public vcCamera ( ) : void
return void

zoomIn() public method

public zoomIn ( ) : void
return void

zoomOut() public method

public zoomOut ( ) : void
return void