Skip to content
Snippets Groups Projects
  • Jonathan Hanks's avatar
    95924c20
    Removing unneeded GPS leap second handling code. · 95924c20
    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.
    95924c20
    History
    Removing unneeded GPS leap second handling code.
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.