Nasal Modules: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(No WIP, hasn't been worked on since May!)
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub}}
{{Stub}}


This page is meant to help document the purpose and function of the standard Nasal modules provided in the FlightGear base package ($FG_ROOT/Nasal). Ideally, all modules will be introduced along with a description, provided methods and example source code.
This page is meant to help document the purpose and function of the standard Nasal modules provided in the FlightGear base package ([[$FG_ROOT]]/Nasal). Ideally, all modules will be introduced along with a description, provided methods and example source code.


{{tip|see [[Nasal Initialization]] for information on different module types and how Nasal and its modules are initialized.}}


=aircraft.nas=
= aircraft.nas =
This module provide basic functions and classes for use in aircraft specific Nasal context.
This module provide basic functions and classes for use in aircraft specific Nasal context.
=atc-chatter.nas=
= atc-chatter.nas =
Simple sequenced ATC background chatter function
Simple sequenced ATC background chatter function
=bits.nas=
= bits.nas =
bit level manipulation routines
bit level manipulation routines
=controls.nas=
= controls.nas =
controls related functions
controls related functions
=debug.nas=
= debug.nas =
debugging helpers
debugging helpers


also see: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg10326.html
also see: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg10326.html


=dynamic_view.nas=
= dynamic_view.nas =
Dynamic Cockpit View manager. Tries to simulate the pilot's most likely deliberate view direction. Doesn't consider forced view changes due to acceleration.
Dynamic Cockpit View manager. Tries to simulate the pilot's most likely deliberate view direction. Doesn't consider forced view changes due to acceleration.
=fuel.nas=
= fuel.nas =
Manages consumables
Manages consumables
=geo.nas=
= geo.nas =
geo functions
geo functions


= modules.nas =
[[Modules.nas]] - support for runtime re-loadable Nasal modules


=props.nas=
= props.nas =
also see: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg10326.html
also see: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg10326.html
and: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg18962.html
and: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg18962.html

Revision as of 22:31, 26 February 2020

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

This page is meant to help document the purpose and function of the standard Nasal modules provided in the FlightGear base package ($FG_ROOT/Nasal). Ideally, all modules will be introduced along with a description, provided methods and example source code.

Tip  see Nasal Initialization for information on different module types and how Nasal and its modules are initialized.

aircraft.nas

This module provide basic functions and classes for use in aircraft specific Nasal context.

atc-chatter.nas

Simple sequenced ATC background chatter function

bits.nas

bit level manipulation routines

controls.nas

controls related functions

debug.nas

debugging helpers

also see: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg10326.html

dynamic_view.nas

Dynamic Cockpit View manager. Tries to simulate the pilot's most likely deliberate view direction. Doesn't consider forced view changes due to acceleration.

fuel.nas

Manages consumables

geo.nas

geo functions

modules.nas

Modules.nas - support for runtime re-loadable Nasal modules

props.nas

also see: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg10326.html and: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg18962.html