Page 1 of 1

Error in a plug-in controller component

Posted: Thu Dec 01, 2016 8:54 am
by eskimo
Hello,


I build the plugin controller correctly, but when I try to implement the controllers on my model, the delayed Path Reflex controller doesn´t work. The following error appears:" Object:: newInstanceOfType (): object type ` DelayedPathReflexController´is not a registered Object/ Object type DelayedPathReflexController not recognized " Any suggestions to solve the problem?


Thank you

Re: Error in a plug-in controller component

Posted: Thu Dec 01, 2016 12:33 pm
by mitkof6
You haven't register the controller in the plugin.

Code: Select all

Object::registerType(DelayedPathReflexController()); 	
https://simtk.org/api_docs/opensim/api_ ... fbe757b72d