Howto:Exposing Subsystems to Nasal: Difference between revisions

Line 25: Line 25:


== Roadmap ==
== Roadmap ==
* extend the destructors of the timer/listener objects to dump destruction info to the log via SG_LOG {{Not done}}
* extend SGTimerQueue to provide methods for getting the size of the queue {{Not done}}
* extend SGTimerQueue to provide methods for getting the size of the queue {{Not done}}
* extend SGEventMgr to dump that info to the console via the SG_LOG macro {{Not done}}
* extend SGEventMgr to dump that info to the console via the SG_LOG macro {{Not done}}
Line 30: Line 31:
* add a counter to keep track of listeners registered via setlistener {{Not done}}
* add a counter to keep track of listeners registered via setlistener {{Not done}}
* add a per-frame resetting counter to keep track of callback invocations per frame {{Not done}}
* add a per-frame resetting counter to keep track of callback invocations per frame {{Not done}}


== Status ==
== Status ==