Howto:Using Driver Hashes in Nasal: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
Line 6: Line 6:
== Problem ==
== Problem ==


We have an increasing number of similar features that are sometimes even mutually incompatible, often this applies to features for which exist different alternatives/approaches, for example:
We have an increasing number of similar features that are sometimes even mutually incompatible, often this applies to features for which different alternatives/approaches exist, for example:


* JSBSim vs. YASim
* JSBSim vs. YASim

Revision as of 19:21, 14 October 2017

This article is a stub. You can help the wiki by expanding it.

Objective

Demonstrate how to put context specific functionality (APIs) into so called driver hashes to easily switch between different front-ends or back-ends respectively.

Problem

We have an increasing number of similar features that are sometimes even mutually incompatible, often this applies to features for which different alternatives/approaches exist, for example:

  • JSBSim vs. YASim
  • Basic Weather vs. Advanced Weather
  • Rembrandt vs. ALS
  • Phi vs. PUI

Background

Related

References