FlightData
class provides the functionality for the input and output data handling within the autopilot. Every autopilot component provides its output data to the FlightData
component and an unlimited number of components can receive this data as their input data. The event handling mechanism of the Signal
class is used to publish the data whenever a certain value has changed.
@see Signal
@author jarontec gmail com
@version 1.2
@since 1.2
|
|