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

Method ReceiveMessages

Core/ConnectionSML/src/sml_RemoteConnection.cpp:304–307  ·  view source on GitHub ↗

* @brief Retrieve any messages we've been sent and process them. * * Returns true if at least one message has been read. *************************************************************/

Source from the content-addressed store, hash-verified

302* Returns true if at least one message has been read.
303*************************************************************/
304bool RemoteConnection::ReceiveMessages(bool allMessages)
305{
306 return ReceiveMessages(allMessages, 0, 0) ;
307}
308
309bool RemoteConnection::ReceiveMessages(bool allMessages, int secondsWait, int millisecondsWait)
310{

Callers 3

ReceiveAllMessagesMethod · 0.45
RunMethod · 0.45

Calls 9

CloseConnectionMethod · 0.95
ReceiveMessagesFunction · 0.85
IsKernelSideFunction · 0.85
ReceiveStringMethod · 0.80
InvokeCallbacksMethod · 0.80
ParseXMLFromStringFunction · 0.50
IsAliveMethod · 0.45
IsReadDataAvailableMethod · 0.45
SetErrorMethod · 0.45

Tested by

no test coverage detected