Skip to content
Snippets Groups Projects
Commit e950c2ce authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Dolphin does not yet send a full second.

Since dolphin only sends 1 cycle, don't try and copy other cycles


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4727 6dcd42c9-f523-4c6d-aada-af552506706e
parent daffe55d
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ main(int argc,char *argv[])
lastCycle = new_cycle;
cyclesize = rcvHeader->cycleDataSize;
// Calculate the correct segment on the source buffer
rcvDataPtr = ((char *)myreadaddr + sizeof(daq_multi_cycle_header_t)) + new_cycle*cyclesize;
// rcvDataPtr = ((char *)myreadaddr + sizeof(daq_multi_cycle_header_t)) + new_cycle*cyclesize;
// Set up pointers to copy data to receive shmem
nextData = (char *)ifo_data;
nextData += cycle_data_size * new_cycle;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment