1
0
Fork 0
fgdata/Models
Richard Harrison c350d79007 Added Emesary, AN/SPN-46 ACLS, and a Multiplayer Bridge
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

Emesary Multiplayer Bridge
--------------------------
There is also support for transmitting messages over MP which allows models to communicate with each other in a decoupled method using notifications. What happens is that bridged messags simply arrive at the Receive method of recipients in other models on other running instances without the need to do anything special.

see: http://chateau-logic.com/content/emesary-multiplayer-bridge-flightgear

AN/SPN-46 ACLS
--------------
The AN/SPN-46 is an ACLS implementation using Emesary. ACLS is the Navy's version of ILS.

The carriers have all been modified to have an AN/SPN-46 transmitter. The F-14 will be revised shortly to support this; for the F-14 it is a non-breaking change as the F-14 currently uses the TACAN channel and does it's own ACLS calculations. When the F-14 is revised it will mean that when approaching any carrier it is not necessary to retune the TACAN to get ACLS.

The AN/SPN-46 and ARA-63 (receiver) implementations both support the use of channels; but for the moment this is preset to use channel 2.

---------------------------------------------------------------------------
2016-05-18 21:09:51 +02:00
..
Agriculture Texture restoration for all $FG_ROOT/Models/* dependencies. 2016-05-09 17:10:10 +02:00
Aircraft Texture restoration for all $FG_ROOT/Models/* dependencies. 2016-05-09 17:10:10 +02:00
Airport Complete restoration of the animated Jetways. 2016-05-18 15:14:11 +02:00
Astro Support for Aurora Boeralis for ALS skydome and Earthview 2016-01-10 10:07:21 +02:00
Buildings Readd AI/ Models/ and Scenery/ with clean history 2015-03-07 22:11:00 +01:00
Commercial Fixes for all PNG files with corrupted ICC color profiles. 2016-01-06 21:38:13 +01:00
Effects Make sure birds are non-solid 2016-05-17 08:41:08 +03:00
Generic/Effects Readd AI/ Models/ and Scenery/ with clean history 2015-03-07 22:11:00 +01:00
Geometry Added Emesary, AN/SPN-46 ACLS, and a Multiplayer Bridge 2016-05-18 21:09:51 +02:00
Industrial Texture restoration for all $FG_ROOT/Models/* dependencies. 2016-05-09 17:10:10 +02:00
Maritime Copy missing texture from /Models/Generic for Carrier_A01.ac 2016-05-02 17:46:34 +02:00
Military Texture restoration for all $FG_ROOT/Models/* dependencies. 2016-05-09 17:10:10 +02:00
Power File restoration for all <path> and <model> includes of $FG_ROOT/Models/*. 2016-05-09 16:48:21 +02:00
Residential Revert "Remove Models/Residential" 2016-03-20 17:09:59 +01:00
Transport Texture restoration for all $FG_ROOT/Models/* dependencies. 2016-05-09 17:10:10 +02:00
Weather More work on rendering lighting in ALS, public domain NOAA image resources are gratefully acknowledged 2015-08-12 11:31:05 +03:00
00README.CONTRIBUTE Readd AI/ Models/ and Scenery/ with clean history 2015-03-07 22:11:00 +01:00