Public Member Functions |
| FtdiDmxThread (FtdiWidget *widget, unsigned int frequency) |
bool | Stop () |
void * | Run () |
bool | WriteDMX (const DmxBuffer &buffer) |
| Thread (const Options &options=Options()) |
| Create a new thread with the specified thread options.
|
virtual | ~Thread () |
| Destructor.
|
virtual bool | Start () |
| Start the thread and wait for the thread to be running.
|
virtual bool | FastStart () |
| Start the thread and return immediately.
|
virtual bool | Join (void *ptr=NULL) |
| Join this thread.
|
bool | IsRunning () |
| Check if the thread is running.
|
ThreadId | Id () const |
| Return the thread id.
|
std::string | Name () const |
| Return the thread name.
|
Additional Inherited Members |
static ThreadId | Self () |
| Returns the current thread's id.
|
Member Function Documentation
void * ola::plugin::ftdidmx::FtdiDmxThread::Run |
( |
| ) |
|
|
virtual |
bool ola::plugin::ftdidmx::FtdiDmxThread::Stop |
( |
| ) |
|
bool ola::plugin::ftdidmx::FtdiDmxThread::WriteDMX |
( |
const DmxBuffer & |
buffer | ) |
|
Copy a DMXBuffer to the output thread
The documentation for this class was generated from the following files: