blob: 83086dcef84c3f158e88ca3e85bd6de822a32f82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<?xml version='1.0' encoding='utf-8'?>
<user-block-wizard select="xcos">
<kind name="xcos" title="XCos super block"><HTML>
Some explanatory text about <U>XCos super block</U>.
</kind>
<folder title="Function block">
<kind name="expression" title="Scilab expression"><HTML>
Some explanatory text about <U>Scilab expression</U>.
</kind>
<kind name="function" title="Scilab function"><HTML>
Some explanatory text about <U>Scilab function</U>.
</kind>
<kind title="C, C++ or Java function"> <!-- name="imperative" -->
This item is not fully explained in the specification.
</kind>
<kind title="Fortran function"> <!-- name="fortran" -->
This item is not fully explained in the specification.
</kind>
<kind title="Modelica model"> <!-- name="modelica" -->
This item is not fully explained in the specification.
</kind>
</folder>
<kind title="PDE">
This item is not explained in the specification.
</kind>
</user-block-wizard>
|