Modules.nas: Difference between revisions

Jump to navigation Jump to search
m
(One intermediate revision by the same user not shown)
Line 87: Line 87:
A framework usually provides more or less generic functionality that has to be adapted (configured) for a specific usecase (e.g. a specific aircraft).
A framework usually provides more or less generic functionality that has to be adapted (configured) for a specific usecase (e.g. a specific aircraft).
Reload support may become very convenient, if the customizing based on such framework involves many iterations of edit-reload-test.
Reload support may become very convenient, if the customizing based on such framework involves many iterations of edit-reload-test.
First living example is the canvas_efis framework which can be included into an aircraft with a single line of code:
{{code|
<nowiki>var efis_module = modules.load("canvas_efis");</nowiki>
}}
(see also last chapter at the end of this article)


= Structure of Nasal reloadable modules =
= Structure of Nasal reloadable modules =
250

edits

Navigation menu