Howto:Using Driver Hashes in Nasal: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
Line 2: Line 2:


== Objective ==
== 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.


== Background ==
== Background ==

Revision as of 19:18, 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.

Background

Related

References