{
bbLetRecursiveExecuteManualMode = true;
}
-
- printf("\n\n");
- printf("EED BlackBox::bbExecute start %s \n", bbGetFullName().c_str() );
- auto start = std::chrono::high_resolution_clock::now();
-
+
// Calls the main recursive execution method
bbRecursiveExecute(Connection::Pointer());
-
-
- auto stop = std::chrono::high_resolution_clock::now();
- auto duration = std::chrono::duration_cast<std::chrono::microseconds>(stop - start);
- printf("EED BlackBox::bbExecute time= %ld %s \n", duration.count() , bbGetFullName().c_str() );
- printf("EED BlackBox::bbExecute end %s \n", bbGetFullName().c_str() );
-
-
-
if ( bbBoxProcessModeIsManual() )
{