| 2616 | } |
| 2617 | |
| 2618 | ConsoleValue _BaseEngineConsoleCallbackHelper::_execLater(SimConsoleThreadExecEvent *evt) |
| 2619 | { |
| 2620 | mArgc = mInitialArgc; // reset args |
| 2621 | Sim::postEvent((SimObject*)Sim::getRootGroup(), evt, Sim::getCurrentTime()); |
| 2622 | return std::move(evt->getCB().waitForResult()); |
| 2623 | } |
| 2624 | |
| 2625 | //------------------------------------------------------------------------------ |
| 2626 |
nothing calls this directly
no test coverage detected