| 268 | int64_t Ev4Block::SyncValue() const { return sync_base_value_; } |
| 269 | |
| 270 | void Ev4Block::SyncFactor(double factor) { sync_factor_ = factor; } |
| 271 | |
| 272 | double Ev4Block::SyncFactor() const { return sync_factor_; } |
| 273 |
no outgoing calls
no test coverage detected