MADARA  3.2.3
WorkerThread.h File Reference
#include <string>
#include <map>
#include "madara/knowledge/KnowledgeBase.h"
#include "BaseThread.h"
#include "madara/knowledge/containers/Double.h"
#include "madara/utility/Utility.h"
#include <thread>
#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, std::unique_ptr< WorkerThread > > madara::threads::NamedWorkerThreads
 Collection of named threads. More...
 

Detailed Description

Author
James Edmondson jedmo.nosp@m.ndso.nosp@m.n@gma.nosp@m.il.c.nosp@m.om

This file contains the WorkerThread class, which provides a multicast transport for reading knowledge updates in KaRL

Definition in file WorkerThread.h.