// perform the 2nd stage setup that requires YoctoAPI object protected void init(YGps hwd) { if (hwd == null) { return; } base.init(hwd); InternalStuff.log("registering Gps callback"); _func.registerValueCallback(valueChangeCallback); }