| 185 | } |
| 186 | |
| 187 | void Rig::ResetSensorFromRig(sensor_t sensor_id) { |
| 188 | FindSensorFromRigOrThrow(sensor_id).reset(); |
| 189 | } |
| 190 | |
| 191 | bool Rig::operator==(const Rig& other) const { |
| 192 | return rig_id_ == other.rig_id_ && ref_sensor_id_ == other.ref_sensor_id_ && |
no outgoing calls