]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoardTest/input11.dbt
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoardTest / input11.dbt
1 type ULimit = Double(Unit="µm", range=(0.0 ..])
2
3 type PBEparticle ={
4     FractalIndex: Double(unit="U"),
5     Bondforce: Double(unit="N"),
6     Density: Double(unit="kg/m^3"),
7     RefractiveIndex: Double(unit="U"),
8     UVabsorption: (Double(unit="1/s"), Double(unit="1/s")),
9     SurfacePotential: Double(unit="V"),
10     SurfaceCharge: Double,
11     RPermittivity: Double(unit="U"),
12     AvgRadius: Double(unit="m"),
13     AD_dist: ULimit,
14     v1 : Variant
15     
16     
17     
18     
19     
20     /*v2 : Variant,
21     v3 : Variant,
22     v4 : Variant,
23     r : { a : Integer(Range=[0 ..]), b : String }
24     */
25 }
26
27 /*
28
29
30
31
32
33
34 TYPE_DEFINITIONS 4
35   TYPE_DEFINITION 5
36     PBEparticle 23
37     RECORD_TYPE 7
38       TYPE_COMPONENT 12
39         v1 23
40         TYPE_REFERENCE 10
41           Variant 23
42       TYPE_COMPONENT 12
43         v2 23
44         TYPE_REFERENCE 10
45           Variant 23
46       TYPE_COMPONENT 12
47         v3 23
48         TYPE_REFERENCE 10
49           Variant 23
50       TYPE_COMPONENT 12
51         v4 23
52         TYPE_REFERENCE 10
53           Variant 23
54           
55         r 23
56         RECORD_TYPE 7
57           TYPE_COMPONENT 12
58             a 23
59             TYPE_REFERENCE 10
60               Integer 23
61               TYPE_ANNOTATION 11
62                 Range 23
63                 [ 37
64                 0 24
65                 .. 39
66                 ] 38
67           TYPE_COMPONENT 12
68             b 23
69             TYPE_REFERENCE 10
70               String 23
71
72           
73           */