-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoggerControllerDb_diagram2.uxf
57 lines (57 loc) · 1.18 KB
/
LoggerControllerDb_diagram2.uxf
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
<?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>680</x>
<y>280</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>500</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>130</x>
<y>280</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>
</diagram>