| 177 | } |
| 178 | |
| 179 | void MdfWriter::StopMeasurement(uint64_t stop_time) { |
| 180 | if (writer_ != nullptr) { |
| 181 | writer_->StopMeasurement(stop_time); |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | void MdfWriter::StopMeasurement(DateTime stop_time) { |
| 186 | if (writer_ != nullptr) { |
no outgoing calls