| 125 | } |
| 126 | |
| 127 | boost::optional<OSVR_ChannelCount> |
| 128 | OriginalSource::getSensorNumberAsChannelCount() const { |
| 129 | return getSensorNumberHelper<OSVR_ChannelCount>(*this); |
| 130 | } |
| 131 | |
| 132 | Json::Value OriginalSource::getTransformJson() const { |
| 133 | BOOST_ASSERT_MSG(isResolved(), |
no outgoing calls
no test coverage detected