~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/eng/functions/addinter.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>addinter</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>May 1995</DATE>
 
8
  <SHORT_DESCRIPTION name="addinter"> new functions interface incremental linking at run time</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>addinter(files,spname,fcts)  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>files</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP>: a character string or a vector of character string contain object files used to define the new Scilab interface routine (interface code, user routines or libraries, system libraries).</SP>
 
18
        </PARAM_DESCRIPTION>
 
19
      </PARAM_ITEM>
 
20
      <PARAM_ITEM>
 
21
        <PARAM_NAME>spname</PARAM_NAME>
 
22
        <PARAM_DESCRIPTION>
 
23
          <SP>: a character string. Name of interface routine entry point</SP>
 
24
        </PARAM_DESCRIPTION>
 
25
      </PARAM_ITEM>
 
26
      <PARAM_ITEM>
 
27
        <PARAM_NAME>fcts</PARAM_NAME>
 
28
        <PARAM_DESCRIPTION>
 
29
          <SP>: vector of character strings. The name of new Scilab function implemented in the new interface (in <VERB> fin</VERB> the order ).</SP>
 
30
        </PARAM_DESCRIPTION>
 
31
      </PARAM_ITEM>
 
32
    </PARAM_INDENT>
 
33
  </PARAM>
 
34
  <DESCRIPTION>
 
35
    <P><VERB>addinter</VERB> performs incremental linking of a compiled C or Fortran
 
36
    new Scilab interface routine (see <VERB>intersci</VERB> documentation)
 
37
    and define corresponding scilab functions.</P>
 
38
    <P>
 
39
    For machines using dlopen functionality one can unlink an interface 
 
40
    with <VERB>ulink</VERB> ( use the command <VERB>link('show')</VERB> to get the number 
 
41
    of the shared library ). And to reload a new version of an interface a call to <VERB>ulink</VERB> is 
 
42
    necessary to get rid of the old version.</P>
 
43
    <P>
 
44
    See <VERB>link</VERB> for more precision on use.</P>
 
45
  </DESCRIPTION>
 
46
  <SEE_ALSO>
 
47
    <SEE_ALSO_ITEM>
 
48
      <LINK>link</LINK>
 
49
    </SEE_ALSO_ITEM>
 
50
    <SEE_ALSO_ITEM>
 
51
      <LINK>intersci</LINK>
 
52
    </SEE_ALSO_ITEM>
 
53
    <SEE_ALSO_ITEM>
 
54
      <LINK>newfun</LINK>
 
55
    </SEE_ALSO_ITEM>
 
56
    <SEE_ALSO_ITEM>
 
57
      <LINK>clearfun</LINK>
 
58
    </SEE_ALSO_ITEM>
 
59
  </SEE_ALSO>
 
60
</MAN>