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

Method getSender

src/osvr/Common/BaseDevice.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 RawSenderType BaseDevice::getSender() { return m_sender; }
78
79 void BaseDevice::update() {
80 for (auto const &component : m_components) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected