MADARA
3.1.8
|
#include <string>
#include <map>
#include "madara/knowledge/KnowledgeBase.h"
#include "BaseThread.h"
#include "madara/knowledge/containers/Double.h"
#include "ace/Task.h"
#include "WorkerThread.inl"
Go to the source code of this file.
Classes | |
class | madara::threads::WorkerThread |
A thread that executes BaseThread logic. More... | |
Namespaces | |
madara | |
Copyright (c) 2015 Carnegie Mellon University. | |
madara::threads | |
Provides a quality-of-service-enabled threading library. | |
Typedefs | |
typedef std::map< std::string, WorkerThread * > | madara::threads::NamedWorkerThreads |
Collection of named threads. More... | |
This file contains the WorkerThread class, which provides a multicast transport for reading knowledge updates in KaRL
Definition in file WorkerThread.h.