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

Method SetTraceCommunications

Core/KernelSML/src/sml_KernelSML.cpp:377–380  ·  view source on GitHub ↗

* @brief Turning this on means we'll start dumping output about messages * being sent and received. Currently this only applies to remote connections. *************************************************************/

Source from the content-addressed store, hash-verified

375* being sent and received. Currently this only applies to remote connections.
376*************************************************************/
377void KernelSML::SetTraceCommunications(bool state)
378{
379 m_pConnectionManager->SetTraceCommunications(state) ;
380}
381
382bool KernelSML::IsTracingCommunications()
383{

Callers 3

TEST_DEFINITIONFunction · 0.45
CreateConnectionMethod · 0.45
sml_ProcessMessageFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_DEFINITIONFunction · 0.36