Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::plugin::ftdidmx::FtdiDmxThread Class Reference
Inheritance diagram for ola::plugin::ftdidmx::FtdiDmxThread:
Inheritance graph
[legend]
Collaboration diagram for ola::plugin::ftdidmx::FtdiDmxThread:
Collaboration graph
[legend]

Public Member Functions

 FtdiDmxThread (FtdiInterface *interface, unsigned int frequency)
 
bool Stop ()
 Stop this thread.
 
void * Run ()
 The method called by the thread.
 
bool WriteDMX (const DmxBuffer &buffer)
 Copy a DMXBuffer to the output thread.
 
- Public Member Functions inherited from ola::thread::Thread
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from ola::thread::Thread
static ThreadId Self ()
 Returns the current thread's id. More...
 

The documentation for this class was generated from the following files: