File: CreateLink.cat

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 (23 lines) | stat: -rw-r--r-- 799 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CreateLink         Scilab Group         Scilab function          CreateLink
NAME
   CreateLink - creates a link between two applications
  
CALLING SEQUENCE
 CreateLink(appli1,appli2)
PARAMETERS
 appli1, name of an application
          : string
         
 appli2  : string, name of an application
         
DESCRIPTION
   CreateLink creates a link from appli1 to appli2. Note that this link is
  directed. This link being created, appli1 can send messages to appli2 and
  appli2 can receive messages from appli1.  If the name of appli1 or appli2
  is "SELF", it corresponds to the name of the application where we execute
  CreateLink.  If the name of appli1 or appli2 is "XGeCI", it corresponds
  to the name of the first Scilab application started.
  
SEE ALSO
   DestroyLink, GetMsg, SendMsg