1
0
Fork 0
fgdata/Models
Richard Harrison f171e41632 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

The AN/SPN-46 is an ACLS implementation using Emesary. ACLS is the Navy's version of ILS.
---------------------------------------------------------------------------
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.
2016-05-17 11:22:15 +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 Texture restoration for all $FG_ROOT/Models/* dependencies. 2016-05-09 17:10:10 +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 USS-Vinson: Use correct object name in transmitter 2016-05-17 06:59:03 +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