2014-04-28 21:26:32 -05:00
|
|
|
# See: http://wiki.flightgear.org/MapStructure
|
2014-01-09 21:04:36 -06: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-28 21:26:32 -05:00
|
|
|
var new = func(model, symbol) ; # this controller doesn't need an instance
|
2014-01-09 21:04:36 -06:00
|
|
|
|