|
WSF
|
#include "wsf_export.h"#include <mutex>#include <queue>#include <vector>#include "WsfMover.hpp"#include "WsfPlatform.hpp"#include "WsfSensor.hpp"#include "WsfThread.hpp"#include "WsfThreadPool.hpp"

Go to the source code of this file.
Classes | |
| class | WsfMultiThreadManager |
| A specialization class to handle multi-thread capabilities in the WSF core framework via thread pools. More... | |
| class | WsfMultiThreadManager::PlatformElement |
| class | WsfMultiThreadManager::SensorElement |
| class | WsfMultiThreadManager::SimulationUpdateThread |
| Implementation of worker thread for updating a platform. More... | |
| struct | WsfMultiThreadManager::ThreadFactory |