Getting somewhere, with the new schedulers, the TASK logic works now much better!

- Schedulers are stopped when the parent object is destroyed.
- Parent objects are garbage cleaned.
- Destructors are called.

Jippie! Results!!!
This commit is contained in:
FlightControl
2016-12-13 13:05:21 +01:00
parent e98814e8d4
commit 02d4bbf3ff
7 changed files with 15 additions and 12 deletions

View File

@@ -64,9 +64,11 @@ Include.File( "Tasking/Task_A2G" )
--- Declare the event dispatcher based on the EVENT class
_EVENTDISPATCHER = EVENT:New() -- Core.Event#EVENT
--- Declare the main database object, which is used internally by the MOOSE classes.
_DATABASE = DATABASE:New() -- Database#DATABASE
--- Declare the timer dispatcher based on the TIMER class
_TIMERDISPATCHER = TIMER:New() -- Core.Timer#TIMER
--- Declare the main database object, which is used internally by the MOOSE classes.
_DATABASE = DATABASE:New() -- Database#DATABASE