Public Attributes | |
Amorph | a4_ |
Public Attributes inherited from bbb::JobInterf3 | |
Amorph | a3_ |
Public Attributes inherited from bbb::JobInterf2 | |
Amorph | a2_ |
Public Attributes inherited from bbb::JobInterf1 | |
Amorph | a1_ |
Public Attributes inherited from bbb::JobInterf | |
Amorph | a0_ |
associated data | |
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::JobInterf | |
JobInterf (void) | |
constructor; | |
virtual | ~JobInterf (void) |
destructor; | |
virtual bool | startJob (void)=0 |
start the job | |
virtual void | stopJob (void)=0 |
stop the job | |
virtual bool | isJobRunning (void) const =0 |
tell if the job is running | |
virtual int | frequency (void) const |
frequency in miliseconds | |
virtual void | setFrequency (int milisec) |
set the frequency | |
void | setCallback (KbTimeout val) |
sets the callback to use | |
KbTimeout | callback (void) |
retrieves the callback used | |
Protected Attributes inherited from bbb::JobInterf | |
KbTimeout | kb_ |
the function to call when the timeout expires | |
int | freq_msec_ |
the frequency | |