Statistiques
| Révision :

root / man / man3 / HPL_binit.3 @ 1

Historique | Voir | Annoter | Télécharger (585 octet)

1
.TH HPL_binit 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2
.SH NAME
3
HPL_binit \- Initialize the row broadcast.
4
.SH SYNOPSIS
5
\fB\&#include "hpl.h"\fR
6
 
7
\fB\&int\fR
8
\fB\&HPL_binit(\fR
9
\fB\&HPL_T_panel *\fR
10
\fI\&PANEL\fR
11
\fB\&);\fR
12
.SH DESCRIPTION
13
\fB\&HPL_binit\fR
14
initializes  a  row  broadcast.  Successful  completion  is
15
indicated by the returned error code HPL_SUCCESS.
16
.SH ARGUMENTS
17
.TP 8
18
PANEL   (input/output)          HPL_T_panel *
19
On entry,  PANEL  points to the  current panel data structure
20
being broadcast.
21
.SH SEE ALSO
22
.BR HPL_bcast \ (3),
23
.BR HPL_bwait \ (3).