Hello
I am working with the module SDK and noticed that there is the function "onReset".
I would like to know if is there any function that executes within the start of the model, such as "onRunStart". I've tried to use the "onSimulationStart" but had no success on making this work out, I've declared it inside my object, but when I run the model the function just does not trigger.
Declaration on my object.h
Declaration on my object.cpp
Please tell me if I'm doing something incorrect, or if there is any other function that I can use on the start of the simulation.
Thanks in advance.