Howto:Exposing Subsystems to Nasal: Difference between revisions

m
Line 105: Line 105:


</syntaxhighlight>
</syntaxhighlight>
However, permanently logging all that info to the console/log file can obviously become heavy - so the next thing we are going to do is to use so called property objects to directly expose this information in the form of properties, for each event queue - so that this needs to be implemented at the SGTimerQueue level.
In particular, we need to expose the following information for each queue:
* number of total entries
* number of Nasal callbacks (settimer, maketimer)
* number of other callbacks
<syntaxhighlight lang="diff">
</syntaxhighlight>
=== FlightGear ===
=== FlightGear ===
=== Base Package ===
=== Base Package ===