modified py fns for cycafe callbacks

This commit is contained in:
2021-06-15 16:14:50 +02:00
parent 22583f38b6
commit 275bf4ad10
34 changed files with 606594 additions and 89548 deletions

View File

@@ -31,9 +31,10 @@ struct change_eventHandlerArgs
if(c.status!=ECA_NORMAL) {
std::cout << __METHOD__ << " STATUS IS " << c.status << std::endl;
std::cout << __METHOD__ << " return from method enforced " << std::endl;
return;
std::cout << __METHOD__ << " return from method ***NOT*** enforced " << std::endl;
//return;
}
//std::cout << __METHOD__ << " STATUS IS " << c.status << std::endl;
Helper helper;