#include "trick/MonteCarlo.hh" #include "trick/message_proto.h" #include "trick/message_type.h" #include "trick/tc_proto.h" /** @par Detailed Design: */ int Trick::MonteCarlo::execute_as_slave() { /**
  • Forever: */ while (true) { if (verbosity >= MC_ALL) { message_publish(MSG_INFO, "Monte [%s:%d] Waiting for new run.\n", machine_name.c_str(), slave_id) ; } /**