Get the current [`ClockParameters`]
(&self)
| 190 | { |
| 191 | // We currently have clock_parameters, and the new value is more accurate. Replace it. |
| 192 | tracing::debug!(?clock_parameters, "Clock Parameters updated."); |
| 193 | *current_clock_parameters = clock_parameters; |
| 194 | self.clock_parameters.as_ref() |
| 195 | } |
| 196 | Some(current_clock_parameters) => { |
| 197 | // We currently have clock_parameters, and the new value is NOT more accurate. Ignore and return None. |