20,741
edits
| Line 101: | Line 101: | ||
For each of the 7 Nasal data types, there is a separate storage pool available (0..6). Each storage pool is addressed by its enum index: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/data.h#line65 | For each of the 7 Nasal data types, there is a separate storage pool available (0..6). Each storage pool is addressed by its enum index: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/data.h#line65 | ||
The 7 storage pools are declared code.h, line 39: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/code.h#line39 | The 7 storage pools are declared in code.h, line 39: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/code.h#line39 | ||
<syntaxhighlight lang="C"> | <syntaxhighlight lang="C"> | ||