Skip to content
Snippets Groups Projects
Commit 0c7febff authored by wierenga's avatar wierenga
Browse files

BugID: 892

Timestamp should be written to all FPGA's, BP and all AP's.
parent 20b94bb6
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,10 @@ void TimestampWrite::sendrequest() ...@@ -53,7 +53,10 @@ void TimestampWrite::sendrequest()
{ {
EPARsrTimestampEvent ts; EPARsrTimestampEvent ts;
ts.hdr.set(MEPHeader::RSR_TIMESTAMP_HDR, MEPHeader::DST_ALL_BLPS, MEPHeader::WRITE); // send timestamp to all FPGA's (ALL BLP's and RSP)
// RSP uses it on CEP output
// BLP's use it on TBB data output via the backplane
ts.hdr.set(MEPHeader::RSR_TIMESTAMP_HDR, MEPHeader::DST_ALL, MEPHeader::WRITE);
ts.timestamp = m_scheduler.getCurrentTime().sec(); ts.timestamp = m_scheduler.getCurrentTime().sec();
m_hdr = ts.hdr; m_hdr = ts.hdr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment