git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@139 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
10148ec375
commit
b6f56fa4e8
486 changed files with 34787 additions and 0 deletions
64
trunk/paradiseo-peo/docs/man/man3/Worker.3
Normal file
64
trunk/paradiseo-peo/docs/man/man3/Worker.3
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
.TH "Worker" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
Worker \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
Inherits \fBCommunicable\fP, and \fBReactiveThread\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBWorker\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBstart\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBpackResult\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBunpackData\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBpackTaskDone\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBnotifySendingResult\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBnotifySendingTaskDone\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBsetSource\fP (int __rank)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "WORKER_ID \fBid\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "SERVICE_ID \fBserv_id\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "\fBService\fP * \fBserv\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "int \fBsrc\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "bool \fBtoto\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 33 of file worker.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue