21#ifndef PLUGINS_KARATE_KARATETHREAD_H_
22#define PLUGINS_KARATE_KARATETHREAD_H_
26#include "ola/thread/Thread.h"
A class used to hold a single universe of DMX data.
Used to hold a single universe of DMX data.
Definition DmxBuffer.h:49
Definition KarateThread.h:32
void * Run()
Run this thread.
Definition KarateThread.cpp:62
bool Stop()
Stop the thread.
Definition KarateThread.cpp:112
bool WriteDmx(const DmxBuffer &buffer)
Store the data in the shared buffer.
Definition KarateThread.cpp:125
KarateThread(const std::string &path)
Create a new KarateThread object.
Definition KarateThread.cpp:52
The namespace containing all OLA symbols.
Definition Credentials.cpp:44