CPPMyth
Library to interoperate with MythTV server
|
Public Member Functions | |
SubscriptionHandlerThread (EventSubscriber *handle, unsigned subid) | |
EventSubscriber * | GetHandle () |
bool | IsRunning () |
void | PostMessage (const EventMessagePtr &msg) |
Private Member Functions | |
bool | Start () |
void | Stop () |
void * | Process () |
Private Attributes | |
EventSubscriber * | m_handle |
unsigned | m_subId |
OS::CMutex | m_mutex |
OS::CEvent | m_queueContent |
std::list< EventMessagePtr > | m_msgQueue |
Definition at line 58 of file mytheventhandler.cpp.