File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed
Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ file "$(MEASCOMP)/db/measCompDevice.template"
2+ {pattern {} {} }
3+
4+ file "$(MEASCOMP)/measCompApp/Db/measCompBinaryIn.template"
5+ {
6+ pattern
7+ { R, MASK, ADDR}
8+ { Bi1, 0x01, 0}
9+ { Bi2, 0x02, 0}
10+ { Bi3, 0x04, 0}
11+ { Bi4, 0x08, 0}
12+ { Bi5, 0x10, 0}
13+ { Bi6, 0x20, 0}
14+ { Bi7, 0x40, 0}
15+ { Bi8, 0x80, 0}
16+ { Bi9, 0x01, 1}
17+ {Bi10, 0x02, 1}
18+ {Bi11, 0x04, 1}
19+ {Bi12, 0x08, 1}
20+ {Bi13, 0x10, 1}
21+ {Bi14, 0x20, 1}
22+ {Bi15, 0x40, 1}
23+ {Bi16, 0x80, 1}
24+ {Bi17, 0x01, 2}
25+ {Bi18, 0x02, 2}
26+ {Bi19, 0x04, 2}
27+ {Bi20, 0x08, 2}
28+ {Bi21, 0x01, 3}
29+ {Bi22, 0x02, 3}
30+ {Bi23, 0x04, 3}
31+ {Bi24, 0x08, 3}
32+ }
33+
34+ file "$(MEASCOMP)/measCompApp/Db/measCompBinaryOut.template"
35+ {
36+ pattern
37+ { R, MASK, ADDR}
38+ { Bo1, 0x000001, 0}
39+ { Bo2, 0x000002, 0}
40+ { Bo3, 0x000004, 0}
41+ { Bo4, 0x000008, 0}
42+ { Bo5, 0x000010, 0}
43+ { Bo6, 0x000020, 0}
44+ { Bo7, 0x000040, 0}
45+ { Bo8, 0x000080, 0}
46+ { Bo9, 0x000100, 0}
47+ {Bo10, 0x000200, 0}
48+ {Bo11, 0x000400, 0}
49+ {Bo12, 0x000800, 0}
50+ {Bo13, 0x001000, 0}
51+ {Bo14, 0x002000, 0}
52+ {Bo15, 0x004000, 0}
53+ {Bo16, 0x008000, 0}
54+ {Bo17, 0x010000, 0}
55+ {Bo18, 0x020000, 0}
56+ {Bo19, 0x040000, 0}
57+ {Bo20, 0x080000, 0}
58+ {Bo21, 0x100000, 0}
59+ {Bo22, 0x200000, 0}
60+ {Bo23, 0x400000, 0}
61+ {Bo24, 0x800000, 0}
62+ }
Original file line number Diff line number Diff line change 1+
You can’t perform that action at this time.
0 commit comments