git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@661 331e1502-861f-0410-8da2-ba01fb791d7f
62 lines
1,011 B
Groff
62 lines
1,011 B
Groff
.TH "Communicable" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-PEOMovingObjects" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
Communicable \-
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
Inherited by \fBCooperative\fP, \fBRunner\fP, \fBService\fP, and \fBWorker\fP.
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBCommunicable\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "virtual \fB~Communicable\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "COMM_ID \fBgetKey\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBlock\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBunlock\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBstop\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBresume\fP ()"
|
|
.br
|
|
.in -1c
|
|
.SS "Protected Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "COMM_ID \fBkey\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "sem_t \fBsem_lock\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "sem_t \fBsem_stop\fP"
|
|
.br
|
|
.in -1c
|
|
.SS "Static Protected Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "static unsigned \fBnum_comm\fP = 0"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Definition at line 44 of file communicable.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for ParadisEO-PEOMovingObjects from the source code.
|