CSL
6.0
|
#include <CSL_AbstComponent.h>
Public Member Functions | |
LThread (GThread *athr, CSLAbstComponent *acomp, bool looper) | |
void | run () |
LThread (GThread *athr, CSLComponent *acomp, bool looper) | |
void | run () |
Public Attributes | |
GThread * | thr |
CSLAbstComponent * | comp |
bool | loop |
CSLComponent * | comp |
Definition at line 72 of file CSL_AbstComponent.h.
|
inline |
Definition at line 74 of file CSL_AbstComponent.h.
|
inline |
Definition at line 72 of file CSL_TestComponent.h.
void LThread::run | ( | ) |
Definition at line 57 of file CSL_AbstComponent.cpp.
References csl::CGestalt::clearStopNow(), csl::sleepMsec(), and csl::CGestalt::stopNow().
void LThread::run | ( | ) |
GThread * LThread::thr |
Definition at line 76 of file CSL_AbstComponent.h.
CSLAbstComponent* LThread::comp |
Definition at line 78 of file CSL_AbstComponent.h.
bool LThread::loop |
Definition at line 79 of file CSL_AbstComponent.h.
CSLComponent* LThread::comp |
Definition at line 76 of file CSL_TestComponent.h.