1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
4 <!-- =================== -->
7 Interface description. In this file, we define the list of the function which
8 will be available into Scilab and the link to the "native" function.
10 gatewayId is the position in the hashtable 'Interfaces' defined in the
11 file SCI/modules/core/src/c/callinterf.h
13 primitiveId is the position in the hashtable '<module>Table Tab[]' defined
14 in the file modules/<module>/sci_gateway/c/gw_<module>.c
16 primitiveName is the name of the Scilab function
21 Don't touch if you do not know what you are doing
23 <!-- =================== -->
24 <PRIMITIVE gatewayId="64" primitiveId="1" primitiveName="xcos"/>
25 <PRIMITIVE gatewayId="64" primitiveId="2" primitiveName="warnBlockByUID"/>
26 <PRIMITIVE gatewayId="64" primitiveId="3" primitiveName="closeXcos"/>
27 <PRIMITIVE gatewayId="64" primitiveId="4" primitiveName="xcosDiagramToScilab"/>
28 <PRIMITIVE gatewayId="64" primitiveId="5" primitiveName="xcosPalLoad"/>
29 <PRIMITIVE gatewayId="64" primitiveId="6" primitiveName="xcosPalCategoryAdd"/>
30 <PRIMITIVE gatewayId="64" primitiveId="7" primitiveName="xcosPalDelete"/>
31 <PRIMITIVE gatewayId="64" primitiveId="8" primitiveName="xcosPalMove"/>
32 <PRIMITIVE gatewayId="64" primitiveId="9" primitiveName="xcosPalEnable"/>
33 <PRIMITIVE gatewayId="64" primitiveId="10" primitiveName="xcosPalDisable"/>
34 <PRIMITIVE gatewayId="64" primitiveId="11" primitiveName="xcosPalGenerateIcon"/>
35 <PRIMITIVE gatewayId="64" primitiveId="12" primitiveName="xcosConfigureXmlFile"/>
36 <PRIMITIVE gatewayId="64" primitiveId="13" primitiveName="xcosAddToolsMenu"/>
37 <PRIMITIVE gatewayId="64" primitiveId="14" primitiveName="xcosUpdateBlock"/>
38 <PRIMITIVE gatewayId="64" primitiveId="15" primitiveName="loadXcos"/>