1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 <!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
4 <GATEWAY name="scinotes">
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
22 Don't touch if you do not know what you are doing
24 <!-- =================== -->
25 <PRIMITIVE gatewayId="63" primitiveId="1" primitiveName="scinotes" />
26 <PRIMITIVE gatewayId="63" primitiveId="2" primitiveName="closeEditor" />