Skip to content

Commit e07b22c

Browse files
authored
Merge pull request #405 from sy-c/master
v0.42.0
2 parents 9400ffe + e343b51 commit e07b22c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/releaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ This file describes the main feature changes for released versions of ReadoutCar
3030
- Added DMA status (enabled / disabled) to roc-status (all output styles, including monitoring).
3131
- Added FEC counter per link to roc-status (stdout + JSON output).
3232

33-
## next version
33+
## v0.42.0 - 01/03/2023
3434
- Added support for CRORC ID where missing: roc-status, roc-config JSON.
35+
- Added FEC counter per link to roc-status (monitoring).

src/CommandLineUtilities/ProgramStatus.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ class ProgramStatus : public Program
428428
.addValue(systemId, "systemId")
429429
.addValue(feeId, "feeId")
430430
.addValue((int)glitchCounter, "glitchCounter")
431+
.addValue((int)link.fecCounter, "fecCounter")
431432
.addTag(tags::Key::SerialId, card.serialId.getSerial())
432433
.addTag(tags::Key::Endpoint, card.serialId.getEndpoint())
433434
.addTag(tags::Key::CRU, card.sequenceId)

src/ReadoutCardVersion.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include "ReadoutCard/Version.h"
1313

14-
#define O2_READOUTCARD_VERSION "0.41.0"
14+
#define O2_READOUTCARD_VERSION "0.42.0"
1515

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)