#include <memory>
#include <string>
#include <boost/thread.hpp>
#include <boost/chrono.hpp>
#include "SurgSim/Framework/Barrier.h"
#include "SurgSim/Framework/Timer.h"
Go to the source code of this file.
|
class | SurgSim::Framework::BasicThread |
| Basic thread implementation, tries to maintain a constant rate, supplies startup an initialization, can be synchronized with other threads at startup after calling doRun() a thread be be set off and doInit() and doStartup() will be called in succession. More...
|
|