uavsim.flightdynamicsmodel
Class A_ControlInput

java.lang.Object
  extended by uavsim.flightdynamicsmodel.A_ControlInput
Direct Known Subclasses:
ControlInputAileron, ControlInputElevator, ControlInputFlaps, ControlInputPower, ControlInputRudder

public abstract class A_ControlInput
extends java.lang.Object

Defines the shared aspects of a commanded input to the aircraft flight controls.

Author:
Dan Tappan [14.08.11]

Field Summary
protected  double _value
          zzz
 
Constructor Summary
A_ControlInput(double value)
          Creates an abstract control input.
 
Method Summary
 double getValue()
          zzz
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_value

protected final double _value
zzz

Constructor Detail

A_ControlInput

public A_ControlInput(double value)
Creates an abstract control input.

Parameters:
value - - zzz
Method Detail

getValue

public double getValue()
zzz

Returns:
zzz

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object