CSL
6.0
|
GThread takes a CSL test function and runs it. More...
#include <CSL_AbstComponent.h>
Public Member Functions | |
GThread (ThreadFunc afcn) | |
void | run () |
GThread (ThreadFunc afcn) | |
void | run () |
Public Attributes | |
void *(* | fcn )(void *) |
GThread takes a CSL test function and runs it.
Definition at line 57 of file CSL_AbstComponent.h.
|
inline |
Definition at line 59 of file CSL_AbstComponent.h.
|
inline |
Definition at line 57 of file CSL_TestComponent.h.
|
inline |
Definition at line 62 of file CSL_AbstComponent.h.
References csl::sleepMsec().
|
inline |
Definition at line 60 of file CSL_TestComponent.h.
References csl::sleepMsec().
void *(* GThread::fcn)(void *) |
Definition at line 60 of file CSL_AbstComponent.h.