22 #ifndef PLUGINS_UARTDMX_UARTDMXTHREAD_H_ 23 #define PLUGINS_UARTDMX_UARTDMXTHREAD_H_ 26 #include "ola/thread/Thread.h" 42 enum TimerGranularity { UNKNOWN, GOOD, BAD };
44 TimerGranularity m_granularity;
47 unsigned int m_breakt;
53 void CheckTimeGranularity();
55 static const uint32_t DMX_MAB = 16;
62 #endif // PLUGINS_UARTDMX_UARTDMXTHREAD_H_ void * Run()
Definition: UartDmxThread.cpp:74
bool WriteDMX(const DmxBuffer &buffer)
Definition: UartDmxThread.cpp:64
Used to hold a single universe of DMX data.
Definition: DmxBuffer.h:49
A class used to hold a single universe of DMX data.
Definition: UartDmxThread.h:32
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
bool Stop()
Definition: UartDmxThread.cpp:52