High-Level Architecture: Difference between revisions

Jump to navigation Jump to search
m
grammar
(Remove comments about property trees that are nothing to do with the FOM)
m (grammar)
Line 46: Line 46:
Federates can be written in most languages, but SimKit provides very good hooks for writing them in C++ and Python.
Federates can be written in most languages, but SimKit provides very good hooks for writing them in C++ and Python.


For some Subsystems split off from the existing FlightGear source it's fairly easy to create an executable with it's own property tree and have shared C++ code to map FOM objects to property values.  However, this is an implementation detail - the whole point of HLA and the FOM is that it makes no assumptions about what Federates do with the data.
For some Subsystems split off from the existing FlightGear source it's fairly easy to create an executable with its own property tree and have shared C++ code to map FOM objects to property values.  However, this is an implementation detail - the whole point of HLA and the FOM is that it makes no assumptions about what Federates do with the data.


==Current Status ==
==Current Status ==

Navigation menu