2014-04-29 02:26:32 +00:00
|
|
|
# See: http://wiki.flightgear.org/MapStructure
|
2014-01-10 03:04:36 +00:00
|
|
|
# Class things:
|
|
|
|
var name = 'DME';
|
|
|
|
var parents = [Symbol.Controller];
|
|
|
|
var __self__ = caller(0)[0];
|
|
|
|
Symbol.Controller.add(name, __self__);
|
|
|
|
Symbol.registry[ name ].df_controller = __self__;
|
2014-04-29 02:26:32 +00:00
|
|
|
var new = func(model, symbol) ; # this controller doesn't need an instance
|
2014-01-10 03:04:36 +00:00
|
|
|
|