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 * Copyright (C) 2012 - 2016 - Scilab Enterprises
30 * This file is hereby licensed under the terms of the GNU GPL v2.0,
31 * pursuant to article 5.3.4 of the CeCILL v.2.1.
32 * This file was originally licensed under the terms of the CeCILL v2.1,
33 * and continues to be available under such terms.
34 * For more information, see the COPYING file which you should have received
35 * along with this program.
40 <!-- =================== -->
42 <PRIMITIVE gatewayId="52" primitiveId="1" primitiveName="system_setproperty" />
44 <PRIMITIVE gatewayId="52" primitiveId="2" primitiveName="system_getproperty" />
45 <PRIMITIVE gatewayId="52" primitiveId="3" primitiveName="javaclasspath" />
46 <PRIMITIVE gatewayId="52" primitiveId="4" primitiveName="javalibrarypath" />