| 121 | } |
| 122 | |
| 123 | boost::optional<int> OriginalSource::getSensorNumber() const { |
| 124 | return getSensorNumberHelper<int>(*this); |
| 125 | } |
| 126 | |
| 127 | boost::optional<OSVR_ChannelCount> |
| 128 | OriginalSource::getSensorNumberAsChannelCount() const { |
no outgoing calls
no test coverage detected