1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 <!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
5 <!-- =================== -->
8 Interface description. In this file, we define the list of the function which
9 will be available into Scilab and the link to the "native" function.
11 gatewayId is the position in the hashtable 'Interfaces' defined in the
12 file SCI/modules/core/src/c/callinterf.h
14 primitiveId is the position in the hashtable '<module>Table Tab[]' defined
15 in the file modules/<module>/sci_gateway/c/gw_<module>.c
17 primitiveName is the name of the Scilab function
21 Don't touch if you do not know what you are doing
25 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
26 * Copyright (C) INRIA - Allan CORNET
28 * This file must be used under the terms of the CeCILL.
29 * This source file is licensed as described in the file COPYING, which
30 * you should have received as part of this distribution. The terms
31 * are also available at
32 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
36 <!-- =================== -->
38 <PRIMITIVE gatewayId="52" primitiveId="1" primitiveName="with_embedded_jre" />
39 <PRIMITIVE gatewayId="52" primitiveId="2" primitiveName="system_setproperty" />
40 <PRIMITIVE gatewayId="52" primitiveId="3" primitiveName="system_getproperty" />
41 <PRIMITIVE gatewayId="52" primitiveId="4" primitiveName="javaclasspath" />
42 <PRIMITIVE gatewayId="52" primitiveId="5" primitiveName="javalibrarypath" />