MCPcopy Create free account
hub / github.com/SoarGroup/Soar / DirectRun

Method DirectRun

Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void EmbeddedConnection::DirectRun
273(char const* pAgentName, bool forever, int stepSize, int interleaveSize, uint64_t count)
274{
275 m_pKernelSML->DirectRun(pAgentName, forever, stepSize, interleaveSize, count) ;
276}

Callers 6

RunAllAgentsMethod · 0.45
RunAllAgentsForeverMethod · 0.45
RunAllTilOutputMethod · 0.45
RunSelfMethod · 0.45
RunSelfForeverMethod · 0.45
RunSelfTilOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected