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

Method getSensorNumberAsChannelCount

src/osvr/Common/OriginalSource.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(),

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected