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