File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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).
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 )
Original file line number Diff line number Diff line change 1111
1212#include " ReadoutCard/Version.h"
1313
14- #define O2_READOUTCARD_VERSION " 0.41 .0"
14+ #define O2_READOUTCARD_VERSION " 0.42 .0"
1515
1616namespace o2
1717{
You can’t perform that action at this time.
0 commit comments