1
0
Fork 0
fgdata/Aircraft
Richard Harrison 54165c213f Added Emesary and AN/SPN-46 ACLS
Emesary is a simple and efficient class based interobject communcation system to allow decoupled disparate parts of a system to function together without knowing about each. It allows decoupling and removal of dependencies by using notifications to cause actions or to query values.

Emesary is all about decoupling and removing dependecies, and improving the structure of code. Using Emesary you can more easily define the what rather than the how. By using what is essential an event driven system it is easy to add or remove modules, and also for extra modules to be inserted that the rest of the aircraft knows nothing about (e.g. FGCamera or the Walker).

see: http://chateau-logic.com/content/emesary-nasal-implementation-flightgear

The AN/SPN-46 is an ACLS implementation using Emesary. ACLS is the Navy's version of ILS.
2016-04-02 00:13:35 +02:00
..
c172p Move marker.xml, marker.ac to Aircraft/Generic 2016-03-23 11:00:18 +01:00
Generic Added Emesary and AN/SPN-46 ACLS 2016-04-02 00:13:35 +02:00
Instruments Removal of the unused executable bit from the single affected Aircraft XML file. 2015-04-29 17:47:05 +02:00
Instruments-3d Fixes for all PNG files with corrupted ICC color profiles. 2016-01-06 21:38:13 +01:00
ufo Following user complaints, set default ufo FOV back to 60 deg 2016-03-18 09:33:03 +02:00