#include "trick/MonteCarlo.hh" #include "trick/message_proto.h" #include "trick/message_type.h" #include "trick/tc_proto.h" /** * @par Detailed Design: * This function performs a non-blocking accept on the listening socket. */ void Trick::MonteCarlo::receive_results() { /**
  • While there are pending connections: */ while (tc_accept(&listen_device, &connection_device) == TC_SUCCESS) { /**