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: doc/releaseNotes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,14 +505,14 @@ This file describes the main feature changes for each readout.exe released versi
505
505
## v2.15.2 - 08/12/2022
506
506
- Added ROC link Id for some log messages, as provided from new superpage metadata link field from ROC library.
507
507
508
-
## v2.16.0 - 01/02/2022
508
+
## v2.16.0 - 01/02/2023
509
509
- Superpage internal metadata not stored at beginning of page but separately in heap, by default. Behavior can be adjusted with MemoryPool::headerReservedSpace.
510
510
- equipment-CruEmulator: set TF trigger type (bit 11) on new TF. Used for dropEmptyHBFramesTriggerMask tests.
511
511
- Updated configuration parameters:
512
512
- added consumer-fileRecorder-*.dropEmptyHBFramesTriggerMask: when using dropEmptyHBFrames = 1, keep some empty HB frames with trigger type matching given (decimal) mask.
513
513
- Added support for RDHv7. Readout already accepts data from equipments with v7, but still generates data (internal sw generator) with v6, for compatibility with current software downstream.
514
514
515
-
## v2.16.1 - 16/02/2022
515
+
## v2.16.1 - 16/02/2023
516
516
- Updated configuration parameters:
517
517
- added equipemnt-*.rdhCheckTrigger: when set, enables some consistency checks on trigger counters, as follows:
518
518
- Trigger type TF should happen only on orbits % TF period = 0.
@@ -521,11 +521,11 @@ This file describes the main feature changes for each readout.exe released versi
521
521
- added equipment-cruemulator-*.linkThroughput: set incoming link data throughput (in Gbps).
522
522
- Minor logging updates.
523
523
524
-
## v2.17.0 - 01/03/2022
524
+
## v2.17.0 - 01/03/2023
525
525
- Updated configuration syntax: section names ending with `-*` can be used to define default parameters. They are applied to all section with similar names. Existing key-value pairs are not overwritten, but are defined according to defaults if they don't exist. For example, it is possible to define the TFperiod for all equipments by adding a section named `[equipment-*]` with `TFperiod=32`.
526
526
- Updated readout to new bookkeeping API.
527
527
528
-
## v2.17.1 - 08/03/2022
528
+
## v2.17.1 - 08/03/2023
529
529
- Updated configuration parameters:
530
530
- added equipment-*.dropPagesWithError: if set, the pages with RDH errors are discarded (requires rdhCheckEnabled or rdhUseFirstInPage). This may be used if downstream software is not robust to RDH errors.
531
531
- Disabled unused RDMA features (still available by switch in CMake)
0 commit comments