PLCnext API Documentation 25.0.2.69
Arp::System::Commons::Threading::WorkerThread Member List

This is the complete list of members for Arp::System::Commons::Threading::WorkerThread, including all inherited members.

IsRunning(void) constArp::System::Commons::Threading::WorkerThread
Start(void)Arp::System::Commons::Threading::WorkerThread
Stop(void)Arp::System::Commons::Threading::WorkerThread
WorkDelegate typedefArp::System::Commons::Threading::WorkerThread
WorkerThread(TInstance &instance, TFunction fn, int idleTime, const char *threadName)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(const TInstance &instance, TFunction fn, int idleTime, const char *threadName)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(TInstance *pInstance, TFunction fn, int idleTime, const char *threadName)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(const TInstance *pInstance, TFunction fn, int idleTime, const char *threadName)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(ThreadSettings &settings, TInstance &instance, TFunction fn, int idleTime)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(ThreadSettings &settings, const TInstance &instance, TFunction fn, int idleTime)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(ThreadSettings &settings, TInstance *pInstance, TFunction fn, int idleTime)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(ThreadSettings &settings, const TInstance *pInstance, TFunction fn, int idleTime)Arp::System::Commons::Threading::WorkerThreadinline
WorkerThread(WorkDelegate &&loopDelegate, int idleTime, const char *threadName)Arp::System::Commons::Threading::WorkerThread
WorkerThread(ThreadSettings &settings, WorkDelegate &&loopDelegate, int idleTime)Arp::System::Commons::Threading::WorkerThread
~WorkerThread(void)=defaultArp::System::Commons::Threading::WorkerThread