| 271 | std::string Hd3Block::Description() const { return comment_; } |
| 272 | |
| 273 | void Hd3Block::StartTime(uint64_t ns_since_1970) { |
| 274 | timestamp_.SetTime(ns_since_1970); |
| 275 | } |
| 276 | |
| 277 | uint64_t Hd3Block::StartTime() const { |
| 278 | return timestamp_.local_timestamp_; |