Commit 26505acc authored by Federico Vaga's avatar Federico Vaga

tools: show global sequence number

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent ad82c9e8
......@@ -57,7 +57,7 @@ void dump(unsigned int ch, struct fmctdc_time *ts, int fmt_wr)
uint64_t ns;
double s, hz;
fprintf(stdout, "channel %d seq %-12u\n ts ", ch, ts->seq_id);
fprintf(stdout, "channel %d | channel seq %-12u | board seq %-12u\n ts ", ch, ts->seq_id, ts->gseq_id);
dump_timestamp(*ts, fmt_wr);
fprintf(stdout, "\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment