com.flightsim.fsuipc
Class FSControlSurfaces

java.lang.Object
  |
  +--com.flightsim.fsuipc.FSUIPC
        |
        +--com.flightsim.fsuipc.FSControlSurfaces

public class FSControlSurfaces
extends FSUIPC


Constructor Summary
FSControlSurfaces()
           
 
Method Summary
 void SetAileron(int aValue)
           
 void SetElevator(int aValue)
           
 void SetElevatorTrim(int aValue)
           
 
Methods inherited from class com.flightsim.fsuipc.FSUIPC
getByte, getDouble, getFloat, getInt, getLong, getShort, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSControlSurfaces

public FSControlSurfaces()
Method Detail

SetElevatorTrim

public void SetElevatorTrim(int aValue)

SetElevator

public void SetElevator(int aValue)

SetAileron

public void SetAileron(int aValue)


Copyright © 2003 Mark Burton. All Rights Reserved.