-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoggerControllerDb_diagram.uxf
More file actions
115 lines (115 loc) · 2.49 KB
/
LoggerControllerDb_diagram.uxf
File metadata and controls
115 lines (115 loc) · 2.49 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2.0">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>550</x>
<y>330</y>
<w>490</w>
<h>230</h>
</coordinates>
<panel_attributes>elC::LcQueueParams
--
-LOGGER = null: Logger
-qParasNode = null: Node
-pLcp: LcParams
+queueType = "": String
+queueMaxLen = 0: int
+dwellSuccess = 0L: long
+dwellFailure = 0L: long
+retries = 0: int
--
+LcQueueParams(String qType, LcParams passedLcp, Logger logger): ctor
+extractQparas(): void
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>580</x>
<y>160</y>
<w>420</w>
<h>120</h>
</coordinates>
<panel_attributes>elC::LcQueuer
--
-queue: BlockingQueue<LcMessage>
-LOGGER: Logger
--
+LcQueuer(BlockingQueue<LcMessage> q, Logger logger): ctor
+queueAdd(LcSolarReading rd): void
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>160</x>
<y>60</y>
<w>280</w>
<h>110</h>
</coordinates>
<panel_attributes>elC::LoggerController
--
-immersionOverrideState = false: boolean
--
+LoggerController(): ctor
+main(String args[]): void
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>580</x>
<y>40</y>
<w>490</w>
<h>70</h>
</coordinates>
<panel_attributes>elC::LcAdcReader
--
--
+readAdc(LcIoPins iop, LcReading rd, LcParams lcp, Logger LOGGER): void
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>430</x>
<y>70</y>
<w>170</w>
<h>60</h>
</coordinates>
<panel_attributes>lt=<-</panel_attributes>
<additional_attributes>150.0;10.0;10.0;40.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>430</x>
<y>120</y>
<w>170</w>
<h>120</h>
</coordinates>
<panel_attributes>lt=<-</panel_attributes>
<additional_attributes>150.0;100.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>790</x>
<y>270</y>
<w>30</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=<<<-</panel_attributes>
<additional_attributes>10.0;60.0;10.0;10.0</additional_attributes>
</element>
</diagram>