line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
7101
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
38
|
|
2
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
90
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
7
|
|
|
|
|
|
|
'element' => [ |
8
|
|
|
|
|
|
|
'BackKey', |
9
|
|
|
|
|
|
|
{ |
10
|
|
|
|
|
|
|
'default' => 'UpKey', |
11
|
|
|
|
|
|
|
'type' => 'leaf', |
12
|
|
|
|
|
|
|
'value_type' => 'uniline' |
13
|
|
|
|
|
|
|
}, |
14
|
|
|
|
|
|
|
'Device', |
15
|
|
|
|
|
|
|
{ |
16
|
|
|
|
|
|
|
'default' => '/dev/ttyS1', |
17
|
|
|
|
|
|
|
'type' => 'leaf', |
18
|
|
|
|
|
|
|
'value_type' => 'uniline' |
19
|
|
|
|
|
|
|
}, |
20
|
|
|
|
|
|
|
'ForwardKey', |
21
|
|
|
|
|
|
|
{ |
22
|
|
|
|
|
|
|
'default' => 'DownKey', |
23
|
|
|
|
|
|
|
'type' => 'leaf', |
24
|
|
|
|
|
|
|
'value_type' => 'uniline' |
25
|
|
|
|
|
|
|
}, |
26
|
|
|
|
|
|
|
'MainMenuKey', |
27
|
|
|
|
|
|
|
{ |
28
|
|
|
|
|
|
|
'default' => 'RightKey', |
29
|
|
|
|
|
|
|
'type' => 'leaf', |
30
|
|
|
|
|
|
|
'value_type' => 'uniline' |
31
|
|
|
|
|
|
|
}, |
32
|
|
|
|
|
|
|
'PauseKey', |
33
|
|
|
|
|
|
|
{ |
34
|
|
|
|
|
|
|
'default' => 'LeftKey', |
35
|
|
|
|
|
|
|
'description' => 'keypad settings |
36
|
|
|
|
|
|
|
Keyname Function |
37
|
|
|
|
|
|
|
Normal context Menu context |
38
|
|
|
|
|
|
|
------- -------------- ------------ |
39
|
|
|
|
|
|
|
PauseKey Pause/Continue Enter/select |
40
|
|
|
|
|
|
|
BackKey Back(Go to previous screen) Up/Left |
41
|
|
|
|
|
|
|
ForwardKey Forward(Go to next screen) Down/Right |
42
|
|
|
|
|
|
|
MainMenuKey Open main menu Exit/Cancel', |
43
|
|
|
|
|
|
|
'type' => 'leaf', |
44
|
|
|
|
|
|
|
'value_type' => 'uniline' |
45
|
|
|
|
|
|
|
} |
46
|
|
|
|
|
|
|
], |
47
|
|
|
|
|
|
|
'name' => 'LCDd::lcdm001' |
48
|
|
|
|
|
|
|
} |
49
|
|
|
|
|
|
|
] |
50
|
|
|
|
|
|
|
; |
51
|
|
|
|
|
|
|
|