| 159 | |
| 160 | } |
| 161 | void MdfWriter::StartMeasurement(uint64_t start_time) { |
| 162 | if (writer_ != nullptr) { |
| 163 | writer_->StartMeasurement(start_time); |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | void MdfWriter::StartMeasurement(DateTime start_time) { |
| 168 | if (writer_ != nullptr) { |
no outgoing calls