Inheritance diagram for Worker:
Public Member Functions | |
Worker () | |
void | start () |
void | packResult () |
void | unpackData () |
void | packTaskDone () |
void | notifySendingResult () |
void | notifySendingTaskDone () |
void | setSource (int __rank) |
Private Attributes | |
WORKER_ID | id |
SERVICE_ID | serv_id |
Service * | serv |
int | src |
bool | toto |
Definition at line 46 of file worker.h.