summaryrefslogtreecommitdiff
path: root/modules/statistics/sci_gateway/statistics_gateway.xml
blob: 3280ee3e211162371ee8881ea3a10510d75a7a40 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
<GATEWAY name="statistics">
    <!-- =================== -->
    <!--
 Scilab
 Interface description. In this file, we define the list of the function which
 will be available into Scilab and the link to the "native" function.

 gatewayId is the position in the hashtable 'Interfaces' defined in the
 file SCI/modules/core/src/c/callinterf.h

 primitiveId is the position in the hashtable '<module>Table Tab[]' defined
 in the file modules/<module>/sci_gateway/c/gw_<module>.c

 primitiveName is the name of the Scilab function

 ===================
 Don't touch if you do not know what you are doing
-->
    
    <!--
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 * Copyright (C) 2007 - INRIA Allan CORNET
 * Copyright (C) 2007 - INRIA Sylvestre LEDRU
 * 
 * This file must be used under the terms of the CeCILL.
 * This source file is licensed as described in the file COPYING, which
 * you should have received as part of this distribution.  The terms
 * are also available at    
 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
 *
 -->
    
    <!-- =================== -->
    
    <PRIMITIVE gatewayId="37" primitiveId="1" primitiveName="cdfbet" />
    <PRIMITIVE gatewayId="37" primitiveId="2" primitiveName="cdfbin" />
    <PRIMITIVE gatewayId="37" primitiveId="3" primitiveName="cdfchi" />
    <PRIMITIVE gatewayId="37" primitiveId="4" primitiveName="cdfchn" />
    <PRIMITIVE gatewayId="37" primitiveId="5" primitiveName="cdff" />
    <PRIMITIVE gatewayId="37" primitiveId="6" primitiveName="cdffnc" />
    <PRIMITIVE gatewayId="37" primitiveId="7" primitiveName="cdfgam" />
    <PRIMITIVE gatewayId="37" primitiveId="8" primitiveName="cdfnbn" />
    <PRIMITIVE gatewayId="37" primitiveId="9" primitiveName="cdfnor" />
    <PRIMITIVE gatewayId="37" primitiveId="10" primitiveName="cdfpoi" />
    <PRIMITIVE gatewayId="37" primitiveId="11" primitiveName="cdft" />
</GATEWAY>