- May 19, 2020
-
-
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
-
Jameson Rollins authored
for easier readability
-
Jameson Rollins authored
-
Jameson Rollins authored
makes things much more readable
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
these are code copies of an install script from another program that are not needed afaict
-
Rolf Bork authored
remove old daqconfig tcl script See merge request cds/advligorts!99
-
Jameson Rollins authored
not needed or used anymore
-
Rolf Bork authored
-
Rolf Bork authored
data from IOP via shared memory.
-
Rolf Bork authored
-
Rolf Bork authored
Added filter offset and gain ramping bit to SWSTAT Epics for all filter modules. Bit 28 = gain ramping in progress when = 1 Bit 29 = offset ramping in progress when = 1 With the present masking in SDF, this will not show up as a Diff in SDF.
-
- May 08, 2020
-
-
Jonathan Hanks authored
Work on #106, allow the broadcast port to be set in the daqdrc. See merge request cds/advligorts!96
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Update the daq parser to consume a port number as well as a broadcast interface name. * This introduces a address:port parsing call into the net_writer code to allow it to handle both the port information as well. * Removes a minor memory leak, by moving from strdup w/o a free to a std::string. * As we no longer transmit data via daqd data concentrators this removes the DC code path from the net_writer broadcast section. * Also removes to unneeded constants.
-
Jameson Rollins authored
Updates to the sample daqdrc to address #100 & #97 Closes #97 and #100 See merge request cds/advligorts!93
-