Public Attributes | |
Amorph | a3_ |
Public Attributes inherited from bbb::JobMultiWorkers2 | |
Amorph | a2_ |
Public Attributes inherited from bbb::JobMultiWorkers1 | |
Amorph | a1_ |
Additional Inherited Members | |
Public Types inherited from bbb::JobInterf | |
typedef void(* | KbTimeout )(JobInterf *job) |
the function to call when the timeout expires | |
Public Member Functions inherited from bbb::JobMultiWorkers | |
JobMultiWorkers (void) | |
constructor; | |
virtual | ~JobMultiWorkers (void) |
destructor; | |
bool | startJob (void) |
start the job | |
void | stopJob (void) |
stop the job | |
bool | isJobRunning (void) const |
tell if the job is running | |
void | setFrequency (int milisec) |
set the frequency | |
int | threadsCount (void) |
number of threads to use | |
bool | setThreadsCount (int i) |
set number of threads to use (only when not running | |
Protected Attributes inherited from bbb::JobInterf | |
KbTimeout | kb_ |
the function to call when the timeout expires | |
int | freq_msec_ |
the frequency | |