#include <pthread.h>
#include "entity.h"
#include "robot.h"
Go to the source code of this file.
Classes | |
| class | Arbitrator |
| basically, this is a thread of execution in the Simulator most likely a robot, or set of robots. More... | |
Defines | |
| #define | THREAD_T pthread_t |
| #define | COND_T pthread_cond_t |
doxygened by mbrewer (Matthew Brewer)
hack_thread in .cpp... I think this is a hint.
Alot of the threading here appears to be broken, race conditions around etc. We haven't had problems yet, because we're not really using the threading that much.
1.4.3-20050530