libbbb  1.2.1
Groups common code used in some applications and libraries.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
bbb::JobWorker4 Class Reference
+ Inheritance diagram for bbb::JobWorker4:

Public Attributes

Amorph a4_
 
- Public Attributes inherited from bbb::JobWorker3
Amorph a3_
 
- Public Attributes inherited from bbb::JobWorker2
Amorph a2_
 
- Public Attributes inherited from bbb::JobWorker1
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::JobWorker
 JobWorker (void)
 constructor;
 
virtual ~JobWorker (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
 
- Protected Member Functions inherited from bbb::JobWorker
virtual void run (void)
 called in new thread's context;
 
- Protected Attributes inherited from bbb::JobInterf
KbTimeout kb_
 the function to call when the timeout expires
 
int freq_msec_
 the frequency
 

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