File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments