ifw-ccf  3.0.0-pre2
Classes | Namespaces | Functions | Variables
thread.hpp File Reference
#include <string>
#include <thread>
#include <mutex>
#include <time.h>
#include <rad/logger.hpp>
#include <rad/exceptions.hpp>
#include <ccf/mptk/messageBus.hpp>

Go to the source code of this file.

Classes

class  ccf::mptk::Thread
 IFW CTD Multiprocessing Toolkit Thread base class. More...
 

Namespaces

 ccf
 
 ccf::mptk
 

Functions

void ccf::mptk::SleepUntil (struct timespec *ts, int delay)
 Adds "delay" nanoseconds to timespecs and sleeps until that time. More...
 

Variables

const std::string ccf::mptk::THREAD_REGISTRY = "ThreadRegistry"