Skip to content
Snippets Groups Projects
Commit 9a3f4e73 authored by Rolf Bork's avatar Rolf Bork
Browse files

Modified controllerIop to use IRIG-B card to get startup time, instead

of cpu clock time, if available.
parent b29e2573
No related branches found
No related tags found
No related merge requests found
......@@ -443,6 +443,13 @@ fe_start_controller( void* arg )
sync21pps = 1;
#else
timeSec = current_time_fe( ) - 1;
if ( cdsPciModules.gpsType == TSYNC_RCVR )
{
timeSec = getGpsSecTsync( );
gps_receiver_locked = getGpsuSecTsync( &usec );
timeSec --;
}
#endif
adcinfo.adcTime = rdtsc_ordered( );
......
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