call ko.utils.knockprops.makeObservablesForAllProperties( self ); to create an observable() for every bridged property
Defining the set of properties for the knockoutjs bridge via array of array is clumsy, allow setting those via an object aka hash is much easier.
Get the knockoutjs to flightgear bridge into a separate module to make it reusable. First step for providing a simple usecase.