|
| OpenDmxThread (const std::string &path) |
|
bool | Stop () |
|
bool | WriteDmx (const DmxBuffer &buffer) |
|
void * | Run () |
| The entry point for the new thread. More...
|
|
| Thread (const Options &options=Options()) |
| Create a new thread with the specified thread options. More...
|
|
virtual | ~Thread () |
| Destructor.
|
|
virtual bool | Start () |
| Start the thread and wait for the thread to be running. More...
|
|
virtual bool | FastStart () |
| Start the thread and return immediately. More...
|
|
virtual bool | Join (void *ptr=NULL) |
| Join this thread. More...
|
|
bool | IsRunning () |
| Check if the thread is running. More...
|
|
ThreadId | Id () const |
| Return the thread id. More...
|
|
std::string | Name () const |
| Return the thread name. More...
|
|
|
static ThreadId | Self () |
| Returns the current thread's id. More...
|
|
◆ Run()
void * ola::plugin::opendmx::OpenDmxThread::Run |
( |
| ) |
|
|
virtual |
The entry point for the new thread.
- Returns
- A value returned to Join().
Sub classes must implement this.
Implements ola::thread::Thread.
The documentation for this class was generated from the following files: