MADARA  3.1.8
WorkerThread.h File Reference
#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"
Include dependency graph for WorkerThread.h:
This graph shows which files directly or indirectly include this file:

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...
 

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.