23#ifndef _PLUGINS_OPENPRS_EXAMPLE_OPENPRS_EXAMPLE_THREAD_H_
24#define _PLUGINS_OPENPRS_EXAMPLE_OPENPRS_EXAMPLE_THREAD_H_
26#include <aspect/blocked_timing.h>
27#include <aspect/logging.h>
28#include <core/threading/thread.h>
29#include <plugins/openprs/aspect/openprs.h>
virtual void init()
Initialize the thread.
OpenPRSExampleThread()
Constructor.
virtual void run()
Stub to see name in backtrace for easier debugging.
virtual void loop()
Code to execute in the thread.
virtual void finalize()
Finalize the thread.
virtual ~OpenPRSExampleThread()
Destructor.
Thread aspect to use blocked timing.
Thread aspect to log output.
OpenPRS kernel creation and communication aspect.
Thread class encapsulation of pthreads.