class Worker_Fib : public MWWorker The Worker class created for my fibonacci example application
The Worker class created for my fibonacci example application....more to come...
~Worker_Fib()
Implemented methods.
MWReturn unpack_init_data( void )
void execute_task( MWTask * )
double benchmark( MWTask *t )
void get_fib( int firstseed, int secondseed, int *sequence, int len )
secondseed - The second of the pair to begin the sequence
sequence - A pointer to an int array that will hold the
completed fibonacci sequence.
len - The length of sequence.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de