- Jun 01, 2020
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
updates awgtpman command line args, checks SITE/IFO exist, and exports TARGET env var.
-
- May 29, 2020
-
-
Erik von Reis authored
Fix for #120. Removes the unused '-d' command line options. Closes #120 See merge request cds/advligorts!111
-
Jonathan Hanks authored
Also removes some other unused variables.
-
- May 27, 2020
-
-
Erik von Reis authored
Fix for #119. Properly set the late state of the receive buffer in the pub_sub receivers. Closes #119 See merge request cds/advligorts!110
-
Jonathan Hanks authored
The buffer enters into a late state after its data has been read out. Any data for that cycle that arrives is considered late, until the next cycle comes in, at which point it is marked as dropped. This updates the late state when data is copied out of the buffer and clears it when a new gps second/cycle is accepted in. Closes #119.
-
- May 26, 2020
-
-
Jameson Rollins authored
-
- May 22, 2020
-
-
Jameson Rollins authored
fixed typo in rtcds See merge request cds/advligorts!108
-
Erik von Reis authored
-
- May 20, 2020
-
-
Erik von Reis authored
cli: support RCG_BUILD_ROOT env var for build root See merge request cds/advligorts!107
-
Jameson Rollins authored
This allows for overriding the base directory where build directories are created, as well as the specific build directory (RCG_BUILDD).
-
- May 19, 2020
-
-
Jonathan Hanks authored
Updating the mbuf_probe gap_check function to show dcu counts as well. See merge request cds/advligorts!106
-
Jonathan Hanks authored
It will show drops in dcus (counts).
-
Jameson Rollins authored
See merge request cds/advligorts!103
-
closes #116
-
Rolf Bork authored
Main issue was extra space in my ifdef TIME_SLAVE in time_slave_io.c, therefore code not compiled correctly and reverted to internal timer.
-
- May 15, 2020
-
-
Rolf Bork authored
install script now finds IFO and SITE in non-realtime models See merge request cds/advligorts!104
-
Rolf Bork authored
Add dolphin symvers to cdsrfm module build See merge request cds/advligorts!105
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
- May 14, 2020
-
-
Erik von Reis authored
Removing unneeded GPS leap second handling code. See merge request cds/advligorts!101
-
Erik von Reis authored
Closes #63. Update the error handling code when daqd calls nice. Closes #63 See merge request cds/advligorts!102
-
- May 13, 2020
-
-
Jonathan Hanks authored
Fix the error handling code to work with how nice has been implemented for a while. Change to clearing errno and checking it after the call as proscribed by the man page.
-
Jonathan Hanks authored
The daqd has carried code for at least 9 years to set the GPS leap seconds in the frameH structure that is not used, too small, and the configs where never updated. Remove the code. Putting the correct leap second value into the FrameH structure is done by FrameCPP in the call to SetGTime. There is no need to keep this old code around. * For now turning the set gps-leaps into a no-op in the config. * Removing the leap seconds field from the circular buffer * Removing some member variables and a helper function from daqd.
-
- May 12, 2020
-
-
Rolf Bork authored
update post_build_script to pull correct SITE env var See merge request cds/advligorts!100
-
Rolf Bork authored
remove code copy install-sh scripts See merge request cds/advligorts!97
-
Jameson Rollins authored
everything can be handled by main install script now.
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
just to keep related things together
-
Jameson Rollins authored
* remove unnecessary variable creation and system calls * better variable checking * better logging
-
Rolf Bork authored
of cpu clock time, if available.
- May 11, 2020
-
-
Jameson Rollins authored
remove ambiguity and need for tconvert
-
Jameson Rollins authored
supplanted by rts_module_ctrl
-
Jameson Rollins authored
-
Jameson Rollins authored
using systemd unit with shell wrapper now eliminates need for separate install-noawg script
-
Jameson Rollins authored
-