1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
\r
3 <!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
\r
5 <!-- =================== -->
\r
8 Interface description. In this file, we define the list of the function which
\r
9 will be available into Scilab and the link to the "native" function.
\r
11 gatewayId is the position in the hashtable 'Interfaces' defined in the
\r
12 file SCI/modules/core/src/c/callinterf.h
\r
14 primitiveId is the position in the hashtable '<module>Table Tab[]' defined
\r
15 in the file modules/<module>/sci_gateway/c/gw_<module>.c
\r
17 primitiveName is the name of the Scilab function
\r
19 @author Allan CORNET
\r
22 Don't touch if you do not know what you are doing
\r
24 <!-- =================== -->
\r
26 <PRIMITIVE gatewayId="52" primitiveId="1" primitiveName="with_embedded_jre" />
\r
27 <PRIMITIVE gatewayId="52" primitiveId="2" primitiveName="jvm_version" />
\r
28 <PRIMITIVE gatewayId="52" primitiveId="3" primitiveName="javaclasspath" />
\r