You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,42 @@ It extends the `SCA_SEQUENCE` to add the following functionality:
237
237
* DIM input ``
238
238
* DIM output ``
239
239
240
+
## Logging
241
+
Logging is achieved through the use of the [InfoLogger](https://github.com/AliceO2Group/InfoLogger) library.
242
+
243
+
Error codes in the range 5000-5999 are assigned to ALF. These are further partitioned according to components:
244
+
245
+
### General
246
+
| 5000 - 5099 | Full Range |
247
+
| ----------- | ---------- |
248
+
249
+
### DIM
250
+
| 5100 - 5199 | Full Range |
251
+
| ----------- | ---------- |
252
+
253
+
### SWT
254
+
| 4200 - 4299 | Full Range |
255
+
| ----------- | ---------- |
256
+
257
+
### SCA
258
+
| 4300 - 4399 | Full Range |
259
+
| ----------- | ---------- |
260
+
261
+
### IC
262
+
| 4400 - 4499 | Full Range |
263
+
| ----------- | ---------- |
264
+
265
+
### LLA
266
+
| 4400 - 4499 | Full Range |
267
+
| ----------- | ---------- |
268
+
269
+
### Unassigned
270
+
| Range |
271
+
| ----- |
272
+
| 4500 - 4999 |
273
+
274
+
275
+
240
276
## Slow Control library
241
277
ALF can also be used as a C++ library to access the Slow Control interface of the CRU. The three available interfaces (IC, SCA & SWT) can be accessed through single operations, or sequences of operations.
BOOST_THROW_EXCEPTION(AlfException() << ErrorInfo::Message("DIM_DNS_NODE env variable not set, and no relevant argument provided.")); // InfoLogger and errors?
@@ -89,14 +89,14 @@ class Alf : public AliceO2::Common::Program
0 commit comments