| 86 | } |
| 87 | |
| 88 | double GlareSensor_Impl::phiRotationAroundZAxis() const { |
| 89 | boost::optional<double> value = getDouble(OS_Glare_SensorFields::PhiRotationAroundZAxis, true); |
| 90 | OS_ASSERT(value); |
| 91 | return value.get(); |
| 92 | } |
| 93 | |
| 94 | bool GlareSensor_Impl::isPhiRotationAroundZAxisDefaulted() const { |
| 95 | return isEmpty(OS_Glare_SensorFields::PhiRotationAroundZAxis); |