diff --git a/include/wrapper/NonRealtime.hpp b/include/wrapper/NonRealtime.hpp index 2d2787c..2e19d7a 100644 --- a/include/wrapper/NonRealtime.hpp +++ b/include/wrapper/NonRealtime.hpp @@ -175,9 +175,15 @@ namespace impl { return cmd.c_str(); } - bool stage2(World*) + bool stage2(World* w) { // auto entry = ; + + + Result constraintsRes = validateParameters(mParams); + + if(!constraintsRes.ok()) Wrapper::printResult(w,constraintsRes); + mResult = (!isNull(add(NRTCommand::mID, mParams))); //Sigh. The cache entry above has both the client instance and main params instance.