MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getSensorNumber

Method getSensorNumber

src/osvr/Common/OriginalSource.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
checkResolutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected