CSL  6.0
GThread Class Reference

GThread takes a CSL test function and runs it. More...

#include <CSL_AbstComponent.h>

+ Inheritance diagram for GThread:

Public Member Functions

 GThread (ThreadFunc afcn)
 
void run ()
 
 GThread (ThreadFunc afcn)
 
void run ()
 

Public Attributes

void *(* fcn )(void *)
 

Detailed Description

GThread takes a CSL test function and runs it.

Definition at line 57 of file CSL_AbstComponent.h.

Constructor & Destructor Documentation

GThread::GThread ( ThreadFunc  afcn)
inline

Definition at line 59 of file CSL_AbstComponent.h.

GThread::GThread ( ThreadFunc  afcn)
inline

Definition at line 57 of file CSL_TestComponent.h.

Member Function Documentation

void GThread::run ( )
inline

Definition at line 62 of file CSL_AbstComponent.h.

References csl::sleepMsec().

void GThread::run ( )
inline

Definition at line 60 of file CSL_TestComponent.h.

References csl::sleepMsec().

Member Data Documentation

void *(* GThread::fcn)(void *)

Definition at line 60 of file CSL_AbstComponent.h.


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