File: CreateLink.man

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (28 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.TH CreateLink 1 "March 1997" "Scilab Group" "Scilab function"
.so ../sci.an
.SH NAME
CreateLink - creates a link between two applications
.SH CALLING SEQUENCE
.nf
CreateLink(appli1,appli2)
.fi
.SH PARAMETERS
.TP 7
appli1, name of an application
: string
.TP 7
appli2
: string, name of an application
.SH DESCRIPTION
\fVCreateLink\fR creates a link from \fVappli1\fR to \fVappli2\fR.
Note that this link is directed.
This link being created, \fVappli1\fR can send messages to \fVappli2\fR and
\fVappli2\fR can receive messages from \fVappli1\fR.

If the name of \fVappli1\fR or \fVappli2\fR is \fV"SELF"\fR, it corresponds
to the name of the application where we execute \fVCreateLink\fR.

If the name of \fVappli1\fR or \fVappli2\fR is \fV"XGeCI"\fR, it corresponds
to the name of the first Scilab application started.
.SH SEE ALSO
DestroyLink, GetMsg, SendMsg