-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit 4954c4d
Replaced direct access to PackageManager to get discovery protocols
Previously the function GetConnectedBoards() counter-intuitively
returned a list of port address. Now it has been reneamed
GetAvailablePorts() and returns the full Port object that is mapped into
an array of Addresses or into an array of Prorocols based on the
auto-completion request.1 parent 0ca03b6 commit 4954c4d
2 files changed
+9
-36
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 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 | 48 |
| |
77 | 49 |
| |
78 | 50 |
| |
| |||
188 | 160 |
| |
189 | 161 |
| |
190 | 162 |
| |
191 | - | ||
192 | - | ||
193 | - | ||
194 | - | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
195 | 167 |
| |
196 | 168 |
| |
197 | 169 |
| |
198 | 170 |
| |
199 | 171 |
| |
200 | - | ||
172 | + | ||
201 | 173 |
| |
202 | 174 |
| |
203 | - | ||
175 | + | ||
204 | 176 |
| |
205 | 177 |
| |
206 | 178 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | + | ||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | - | ||
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 | - | ||
49 | + | ||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
|
0 commit comments