Skip to content

Commit 87da623

Browse files
committed
fec counter monitoring
1 parent 9400ffe commit 87da623

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/releaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ This file describes the main feature changes for released versions of ReadoutCar
3232

3333
## next version
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)

0 commit comments

Comments
 (0)